summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
authorArmin Müller <27155134+arm-in@users.noreply.github.com>2018-07-25 18:05:57 (GMT)
committerGitHub <noreply@github.com>2018-07-25 18:05:57 (GMT)
commit0052689ec96ccf9c595de20a9334b6c34a6ee5af (patch)
tree5b93cdf300753a3e22fa9a66e8f315bf377e78a0 /src/commentscan.l
parentc049fd3c86a8a88b08eafae7ebd4326e42fb87c5 (diff)
downloadDoxygen-0052689ec96ccf9c595de20a9334b6c34a6ee5af.zip
Doxygen-0052689ec96ccf9c595de20a9334b6c34a6ee5af.tar.gz
Doxygen-0052689ec96ccf9c595de20a9334b6c34a6ee5af.tar.bz2
Update commentscan.l
Diffstat (limited to 'src/commentscan.l')
-rw-r--r--src/commentscan.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commentscan.l b/src/commentscan.l
index 55c55a7..1916faa 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -1341,7 +1341,7 @@ RCSTAG "$"{ID}":"[^\n$]+"$"
formulaText+=*yytext;
yyLineNr++;
}
-<ReadFormulaLong,ReadFormulaShort>. { // any othe character
+<ReadFormulaLong,ReadFormulaShort>. { // any other character
formulaText+=*yytext;
}