diff options
author | Pedro Giffuni <pfg@apache.org> | 2014-04-29 19:05:05 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2014-04-29 19:05:05 +0000 |
commit | a6efc99d19d533fcf53106b6667bafba4d364370 (patch) | |
tree | ef4148e08d491e7e2077c8c5f4c2b93170ad56a5 /crashrep | |
parent | 86642be54bf5914da333a4e0784ad939f63d83bc (diff) |
Many spelling fixes: directories a* - g*.
Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.
Notes
Notes:
merged as: 0a1d822372927e3252f40b7a16590716ccc2eedd
Diffstat (limited to 'crashrep')
-rw-r--r-- | crashrep/source/unx/main.cxx | 2 | ||||
-rw-r--r-- | crashrep/source/win32/soreport.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crashrep/source/unx/main.cxx b/crashrep/source/unx/main.cxx index 86c9ac50265c..28c4052a9799 100644 --- a/crashrep/source/unx/main.cxx +++ b/crashrep/source/unx/main.cxx @@ -144,7 +144,7 @@ static string xml_encode( const string &rString ) string temp = rString; string::size_type pos = 0; - // First replace all occurences of '&' because it may occur in further + // First replace all occurrences of '&' because it may occur in further // encoded chardters too for( pos = 0; (pos = temp.find( '&', pos )) != string::npos; pos += 4 ) diff --git a/crashrep/source/win32/soreport.cpp b/crashrep/source/win32/soreport.cpp index 8521a2ce2d66..4813be286369 100644 --- a/crashrep/source/win32/soreport.cpp +++ b/crashrep/source/win32/soreport.cpp @@ -565,7 +565,7 @@ static string xml_encode( const string &rString ) string temp = rString; string::size_type pos = 0; - // First replace all occurences of '&' because it may occur in further + // First replace all occurrences of '&' because it may occur in further // encoded chardters too for( pos = 0; (pos = temp.find( '&', pos )) != string::npos; pos += 4 ) |