summaryrefslogtreecommitdiffstats
path: root/libmscgen/mscgen_msc.h
diff options
context:
space:
mode:
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);