Spelling "separate" (etc) correctly is hard

This commit is contained in:
Tor Lillqvist
2013-05-15 10:42:04 +03:00
parent 1a357b7394
commit cb6d67c21f
229 changed files with 584 additions and 584 deletions

View File

@@ -910,7 +910,7 @@ OSQLParseNode* OSQLParser::convertNode(sal_Int32 nType,OSQLParseNode*& pLiteral)
case DataType::FLOAT:
case DataType::REAL:
case DataType::DOUBLE:
// kill thousand seperators if any
// kill thousand separators if any
killThousandSeparator(pReturn);
break;
case DataType::CHAR:
@@ -932,7 +932,7 @@ OSQLParseNode* OSQLParser::convertNode(sal_Int32 nType,OSQLParseNode*& pLiteral)
case DataType::FLOAT:
case DataType::REAL:
case DataType::DOUBLE:
// kill thousand seperators if any
// kill thousand separators if any
killThousandSeparator(pReturn);
break;
case DataType::CHAR: