diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-13 22:50:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-13 22:50:48 +0000 |
commit | bf1097cb3b48059b37dd0fb140f329a26a54af0d (patch) | |
tree | 11db5098b41c62a90791cf71c1c5810be9d3c5bd /locale/categories.def | |
parent | 100e184f0fdf2fbecdd5f7d6395033a0c983dadf (diff) | |
download | glibc-bf1097cb3b48059b37dd0fb140f329a26a54af0d.tar glibc-bf1097cb3b48059b37dd0fb140f329a26a54af0d.tar.gz glibc-bf1097cb3b48059b37dd0fb140f329a26a54af0d.tar.bz2 glibc-bf1097cb3b48059b37dd0fb140f329a26a54af0d.zip |
Update.
2002-02-13 Ulrich Drepper <drepper@redhat.com>
* locales/pl_PL: Update int_curr_symbol.
Diffstat (limited to 'locale/categories.def')
-rw-r--r-- | locale/categories.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/categories.def b/locale/categories.def index 257fac73ae..bc3ae07cee 100644 --- a/locale/categories.def +++ b/locale/categories.def @@ -1,5 +1,5 @@ /* Definition of all available locale categories and their items. -*- C -*- - Copyright (C) 1995-2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1995-2001, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -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) |