diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2019-11-12 05:23:45 (GMT) |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2019-11-12 05:23:45 (GMT) |
commit | 22fd8af697ae1077ffc1f7f3ccc18fff597108e2 (patch) | |
tree | 3eb2640b17900ae8a35078ac7597313d8129569c | |
parent | c87e282035af49705f403299cba67896bc199abf (diff) | |
download | Doxygen-22fd8af697ae1077ffc1f7f3ccc18fff597108e2.zip Doxygen-22fd8af697ae1077ffc1f7f3ccc18fff597108e2.tar.gz Doxygen-22fd8af697ae1077ffc1f7f3ccc18fff597108e2.tar.bz2 |
spelling: column
-rw-r--r-- | libmscgen/mscgen_msc.h | 2 |
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); |