summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorAndras Timar <atimar@novell.com>2011-04-08 20:52:25 +0200
committerAndras Timar <atimar@novell.com>2011-04-08 20:52:25 +0200
commit1d95f5427ccba07b7c1af8caa67aeedb44294a1f (patch)
tree8c1a0faad05c5e0a87916a6034969a9b3136b9f6 /i18npool
parent5d833d37851597c1fb9076710d9eb03e4c94ca07 (diff)
typo fixes in help text
Diffstat (limited to 'i18npool')
-rwxr-xr-xi18npool/source/isolang/langid.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/isolang/langid.pl b/i18npool/source/isolang/langid.pl
index 8035178b7bb5..9787309e20d9 100755
--- a/i18npool/source/isolang/langid.pl
+++ b/i18npool/source/isolang/langid.pl
@@ -53,13 +53,13 @@ sub Usage()
"langtab.src, a generic string match of the listbox entries will be tried.\n\n",
"Numeric values of LangID,primarylanguage,sublanguage can be given\n",
- "decimal, hexagesimal (leading 0x), octal (leading 0) or binary (leading 0b).\n",
+ "decimal, hexadecimal (leading 0x), octal (leading 0) or binary (leading 0b).\n",
"The exact language_define of an exact match will be used in remaining lookups.\n\n",
"A language-country pair will lookup a xx-YY mapping from isolang.cxx,\n",
"for example: 'en-US' or 'de-' or '-CH',\n",
"xx and YY can be given case insensitive, will be lowered-uppered internally,\n",
- "and xx and YY themselfs may be regular expressions.\n",
+ "and xx and YY themselves may be regular expressions.\n",
"Also here a list of matches will be processed.\n\n",
"If option --single is given, only the first match will be processed.\n\n";