summaryrefslogtreecommitdiffstats
path: root/src/fortrancode.l
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-11-12 06:23:25 (GMT)
committerJosh Soref <jsoref@users.noreply.github.com>2019-11-12 06:23:25 (GMT)
commit3dcf2fbbfdd0167e43b8ddfd1147daf3789eecd5 (patch)
treee90992e4bcded47f8797928f3ca3f8c54c78eb10 /src/fortrancode.l
parent05aba97840b42f5a65ac4d71f75cb6c28a0d15b0 (diff)
downloadDoxygen-3dcf2fbbfdd0167e43b8ddfd1147daf3789eecd5.zip
Doxygen-3dcf2fbbfdd0167e43b8ddfd1147daf3789eecd5.tar.gz
Doxygen-3dcf2fbbfdd0167e43b8ddfd1147daf3789eecd5.tar.bz2
spelling: terminated
Diffstat (limited to 'src/fortrancode.l')
-rw-r--r--src/fortrancode.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fortrancode.l b/src/fortrancode.l
index 72feb3d..f222d09 100644
--- a/src/fortrancode.l
+++ b/src/fortrancode.l
@@ -1250,7 +1250,7 @@ LANGUAGE_BIND_SPEC BIND{BS}"("{BS}C{BS}(,{BS}NAME{BS}"="{BS}"\""(.*)"\""{BS})?")
else
{
codifyLines(yytext);
- // comment cannot extend over the end of a line so should always be terminatd at the end of the line.
+ // comment cannot extend over the end of a line so should always be terminated at the end of the line.
if (g_currentFontClass && !strcmp(g_currentFontClass,"comment")) endFontClass();
}
g_contLineNr++;