diff options
author | Pedro Giffuni <pfg@apache.org> | 2016-05-22 01:05:14 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2016-05-22 01:05:14 +0000 |
commit | fe28961d1a4735f4e37afbeca74eeed20d283825 (patch) | |
tree | a640fc0b251176c796205bf1b74e991ede1b7ca4 /extensions/source/logging | |
parent | 39abfdb0779d252d916a72f5563e064764cd68b0 (diff) |
Spelling, spelling ...
Why worry about some sprinkled German when we haven't yet learned English.
Notes
Notes:
prefer: b37a07f2da6c4fcc1a01cc3ea547c558c23edd71
Diffstat (limited to 'extensions/source/logging')
-rw-r--r-- | extensions/source/logging/csvformatter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/logging/csvformatter.cxx b/extensions/source/logging/csvformatter.cxx index 19ae9908268f..45e27c173160 100644 --- a/extensions/source/logging/csvformatter.cxx +++ b/extensions/source/logging/csvformatter.cxx @@ -149,7 +149,7 @@ namespace // special treatment for the last character if(quote_char==str[str_length-1]) buf.append(quote_char); - // iterating backwards because the index at which we insert wont be shifted + // iterating backwards because the index at which we insert won't be shifted // when moving that way. for(sal_Int32 i = str_length; i>=0; ) { |