diff options
author | Otto Kekäläinen <otto@seravo.fi> | 2016-07-03 20:24:00 +0300 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-07-04 06:11:36 +0000 |
commit | 428e23f4f7025506e767d895e9b46492a8432aed (patch) | |
tree | ec767267ad2afc8ec3bf486da7cb9da2c567922d /l10ntools | |
parent | 61d95c70c0d4404a24064a58f3ccc3adf0b5e7e2 (diff) |
Fix some spelling errors in comments and strings
Change-Id: Iecd6b5e13d6be14651f77d8e37f01117ba15a11e
Reviewed-on: https://gerrit.libreoffice.org/26883
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/gConvXcu.cxx | 2 | ||||
-rw-r--r-- | l10ntools/source/gLang.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/gConvXcu.cxx b/l10ntools/source/gConvXcu.cxx index fe5d9214b2cb..58f22d78493c 100644 --- a/l10ntools/source/gConvXcu.cxx +++ b/l10ntools/source/gConvXcu.cxx @@ -87,7 +87,7 @@ void convert_xcu::startCollectData(char *syyText) // locate object name nL = sTag.find("xml:lang=\""); if (nL != (int)string::npos) { - // test langauge + // test language nL += 10; if (sTag.substr(nL,5) == "en-US") mbNoCollectingData = false; diff --git a/l10ntools/source/gLang.cxx b/l10ntools/source/gLang.cxx index 1e008c0ba343..af031a4f2e8d 100644 --- a/l10ntools/source/gLang.cxx +++ b/l10ntools/source/gLang.cxx @@ -222,7 +222,7 @@ void handler::checkCommandLine(int argc, char *argv[]) } } - // Check all the correct parameters are suplied + // Check all the correct parameters are supplied bSourceFiles = bTargetDir = bPoDir = false; switch (meWorkMode) { case DO_CONVERT: |