summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file/quotedstring.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/file/quotedstring.cxx')
-rw-r--r--connectivity/source/drivers/file/quotedstring.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/file/quotedstring.cxx b/connectivity/source/drivers/file/quotedstring.cxx
index c5fffb1f949e..8a859c5b9a57 100644
--- a/connectivity/source/drivers/file/quotedstring.cxx
+++ b/connectivity/source/drivers/file/quotedstring.cxx
@@ -50,12 +50,12 @@ namespace connectivity
if (bInString)
{
- // when now the String-Delimiter-character occurs ...
+ // when now the String-Delimiter-character occurs...
if ( cChar == cStrDel )
{
if ((i+1 < nLen) && (m_sString[i+1] == cStrDel))
{
- // double String-Delimter-character:
+ // double String-Delimiter-character:
++i; // no string-end, skip next character.
}
else