summaryrefslogtreecommitdiffstats
path: root/libmscgen/mscgen_msc.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-07-01 09:52:36 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-07-01 09:52:36 (GMT)
commit03b468c70022f63dd9e7fbac65ffcf3075b85154 (patch)
treef6c8139f928556f53ad990470993b7b803c6119a /libmscgen/mscgen_msc.h
parentc44632a13d664c46b83d4a698285f530396c33b5 (diff)
downloadDoxygen-03b468c70022f63dd9e7fbac65ffcf3075b85154.zip
Doxygen-03b468c70022f63dd9e7fbac65ffcf3075b85154.tar.gz
Doxygen-03b468c70022f63dd9e7fbac65ffcf3075b85154.tar.bz2
Correction obvious documentation errors in mscgen
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 d7b2726..2c75131 100644
--- a/libmscgen/mscgen_msc.h
+++ b/libmscgen/mscgen_msc.h
@@ -262,7 +262,7 @@ Boolean MscNextArc(struct MscTag *m);
/** Get the name of the entity from which the current arc originates.
- * \retvat The label for the entity from which the current arc starts.
+ * \retval The label for the entity from which the current arc starts.
* The returned string must not be modified.
*/
const char *MscGetCurrentArcSource(Msc m);