summaryrefslogtreecommitdiffstats
path: root/libmscgen/mscgen_api.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_api.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_api.h')
-rw-r--r--libmscgen/mscgen_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmscgen/mscgen_api.h b/libmscgen/mscgen_api.h
index 3d294a1..43a1bf8 100644
--- a/libmscgen/mscgen_api.h
+++ b/libmscgen/mscgen_api.h
@@ -23,7 +23,7 @@ typedef enum
/** generate an image file for a given .msc file.
* @param inputFile the name of the MSC file to process.
* @param outputFile the name of the image file to generate.
- * @param fomat the format of the image file to generate.
+ * @param format the format of the image file to generate.
* @return 0 on success, a non zero error code on failure.
*/
int mscgen_generate(const char *inputFile,