summaryrefslogtreecommitdiffstats
path: root/libmscgen/mscgen_msc.h
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-11-12 05:23:45 (GMT)
committerJosh Soref <jsoref@users.noreply.github.com>2019-11-12 05:23:45 (GMT)
commit22fd8af697ae1077ffc1f7f3ccc18fff597108e2 (patch)
tree3eb2640b17900ae8a35078ac7597313d8129569c /libmscgen/mscgen_msc.h
parentc87e282035af49705f403299cba67896bc199abf (diff)
downloadDoxygen-22fd8af697ae1077ffc1f7f3ccc18fff597108e2.zip
Doxygen-22fd8af697ae1077ffc1f7f3ccc18fff597108e2.tar.gz
Doxygen-22fd8af697ae1077ffc1f7f3ccc18fff597108e2.tar.bz2
spelling: column
Diffstat (limited to 'libmscgen/mscgen_msc.h')
-rw-r--r--libmscgen/mscgen_msc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmscgen/mscgen_msc.h b/libmscgen/mscgen_msc.h
index bcbdf3a..1299bf9 100644
--- a/libmscgen/mscgen_msc.h
+++ b/libmscgen/mscgen_msc.h
@@ -205,7 +205,7 @@ Boolean MscGetOptAsBoolean(struct MscTag *m, MscOptType type, Boolean *cons
*
* \param m The MSC to analyse.
* \param label The label to find.
- * \retval -1 If the label was not found, otherwise the columnn index.
+ * \retval -1 If the label was not found, otherwise the column index.
*/
int MscGetEntityIndex(struct MscTag *m, const char *label);