diff options
-rw-r--r-- | libmscgen/mscgen_api.h | 2 | ||||
-rw-r--r-- | libmscgen/mscgen_msc.h | 2 |
2 files changed, 2 insertions, 2 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, 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); |