diff options
author | albert-github <albert.tests@gmail.com> | 2019-11-05 14:58:43 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-11-05 14:58:43 (GMT) |
commit | 83b138afee3405c1b08b671efccba5b3ec1ec45c (patch) | |
tree | d6fe6eacf41a7a4e4c7ae9faf45adad1da214a1c /libmscgen/mscgen_msc.h | |
parent | cc4675afcc5f6825b9302fd0915c0c4148f555ab (diff) | |
download | Doxygen-83b138afee3405c1b08b671efccba5b3ec1ec45c.zip Doxygen-83b138afee3405c1b08b671efccba5b3ec1ec45c.tar.gz Doxygen-83b138afee3405c1b08b671efccba5b3ec1ec45c.tar.bz2 |
Spelling corrections for libmscgen directory
Spelling corrections as found by codespell.
The original package was written by UK-English writing person so left the words in UK-English (upon request this can be changed as well to US-English spelling).
Diffstat (limited to 'libmscgen/mscgen_msc.h')
-rw-r--r-- | libmscgen/mscgen_msc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmscgen/mscgen_msc.h b/libmscgen/mscgen_msc.h index 2c75131..bcbdf3a 100644 --- a/libmscgen/mscgen_msc.h +++ b/libmscgen/mscgen_msc.h @@ -217,7 +217,7 @@ int MscGetEntityIndex(struct MscTag *m, const char *label); * @{ */ -/** Reset the entity interator. +/** Reset the entity iterator. * This moves the pointer to the current entity to the head of the list. */ void MscResetEntityIterator(Msc m); @@ -249,7 +249,7 @@ const char *MscGetEntAttrib(Msc m, unsigned int entIdx, MscAttribType a); * @{ */ -/** Reset the arc interator. +/** Reset the arc iterator. * This moves the pointer to the current arc to the head of the list. */ void MscResetArcIterator (Msc m); |