summaryrefslogtreecommitdiffstats
path: root/libmscgen/mscgen_lexer.l
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-11-05 14:58:43 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-11-05 14:58:43 (GMT)
commit83b138afee3405c1b08b671efccba5b3ec1ec45c (patch)
treed6fe6eacf41a7a4e4c7ae9faf45adad1da214a1c /libmscgen/mscgen_lexer.l
parentcc4675afcc5f6825b9302fd0915c0c4148f555ab (diff)
downloadDoxygen-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_lexer.l')
-rw-r--r--libmscgen/mscgen_lexer.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmscgen/mscgen_lexer.l b/libmscgen/mscgen_lexer.l
index 8410e07..52f5e05 100644
--- a/libmscgen/mscgen_lexer.l
+++ b/libmscgen/mscgen_lexer.l
@@ -142,7 +142,7 @@ NOTE|note yylval.arctype = MSC_ARC_NOTE; return
%%
/* Handle a new line of input.
- * This counts the line number and duplicates the string incase we need
+ * This counts the line number and duplicates the string in case we need
* it for error reporting. The line is then returned back for parsing
* without the newline characters prefixed.
*/