diff options
Diffstat (limited to 'src/pycode.l')
-rw-r--r-- | src/pycode.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pycode.l b/src/pycode.l index 19e1119..226c448 100644 --- a/src/pycode.l +++ b/src/pycode.l @@ -1173,7 +1173,7 @@ TARGET ({IDENTIFIER}|"("{TARGET_LIST}")"|"["{TARGET_LIST}"]"|{ATTRIBUT codifyLines(yytext); endFontClass(); - // No indentation necesary + // No indentation necessary g_noSuiteFound = FALSE; } @@ -1182,7 +1182,7 @@ TARGET ({IDENTIFIER}|"("{TARGET_LIST}")"|"["{TARGET_LIST}"]"|{ATTRIBUT codifyLines(yytext); endFontClass(); - // No indentation necesary + // No indentation necessary g_noSuiteFound = FALSE; } {IDENTIFIER} { |