summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/gConvXcu.cxx2
-rw-r--r--l10ntools/source/gLang.cxx2
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: