summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml/parhtml.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/svhtml/parhtml.cxx')
-rw-r--r--svtools/source/svhtml/parhtml.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx
index 68232e5db2a4..14444e4417c0 100644
--- a/svtools/source/svhtml/parhtml.cxx
+++ b/svtools/source/svhtml/parhtml.cxx
@@ -1061,7 +1061,7 @@ int HTMLParser::_GetNextToken()
if (!maOptions.empty())
maOptions.clear();
- if( !IsParserWorking() ) // Don't continue if already an error occured
+ if( !IsParserWorking() ) // Don't continue if already an error occurred
return 0;
bool bReadNextCharSave = bReadNextChar;
@@ -1070,7 +1070,7 @@ int HTMLParser::_GetNextToken()
DBG_ASSERT( !bEndTokenFound,
"Read a character despite </SCRIPT> was read?" );
nNextCh = GetNextChar();
- if( !IsParserWorking() ) // Don't continue if already an error occured
+ if( !IsParserWorking() ) // Don't continue if already an error occurred
return 0;
bReadNextChar = false;
}