From: Ulrich Drepper Date: Wed, 13 Feb 2002 22:13:37 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3ef1949d3a87c09fff12c133e35c5e93c2ce9da;p=thirdparty%2Fglibc.git Fix typo. --- diff --git a/locale/categories.def b/locale/categories.def index 257fac73ae5..57f845ff3ef 100644 --- a/locale/categories.def +++ b/locale/categories.def @@ -335,7 +335,7 @@ DEFINE_CATEGORY DEFINE_ELEMENT (_NL_IDENTIFICATION_LANGUAGE, "language", std, string) DEFINE_ELEMENT (_NL_IDENTIFICATION_TERRITORY, "territory", std, string) DEFINE_ELEMENT (_NL_IDENTIFICATION_AUDIENCE, "audience", std, string) - DEFINE_ELEMENT (_NL_IDENTIFICATION_APPLICATION, "applcation", std, string) + DEFINE_ELEMENT (_NL_IDENTIFICATION_APPLICATION, "application", std, string) DEFINE_ELEMENT (_NL_IDENTIFICATION_ABBREVIATION, "abbreviation", std, string) DEFINE_ELEMENT (_NL_IDENTIFICATION_REVISION, "revision", std, string) DEFINE_ELEMENT (_NL_IDENTIFICATION_DATE, "date", std, string)