summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/find-german-comments2
-rw-r--r--starmath/source/parse.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/find-german-comments b/bin/find-german-comments
index 3834d631e9f1..49106119f3b7 100755
--- a/bin/find-german-comments
+++ b/bin/find-german-comments
@@ -310,7 +310,7 @@ class Parser:
"smoketest" : 1,
"solenv" : 1,
"soltools" : 1,
- "starmath" : 0, # - 1 line !
+ "starmath" : 1,
"stoc" : 0, #
"store" : 1,
"svgio" : 1,
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index a05f8a052405..a1338e97c389 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -1295,7 +1295,7 @@ void SmParser::Blank()
NextToken();
}
- // Blanks am Zeilenende ignorieren wenn die entsprechende Option gesetzt ist
+ // Ignore trailing spaces, if corresponding option is set
if ( m_aCurToken.eType == TNEWLINE ||
(m_aCurToken.eType == TEND && SM_MOD()->GetConfig()->IsIgnoreSpacesRight()) )
{