about summary refs log tree commit diff
path: root/locale
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-14 13:46:53 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-14 13:46:53 +0000
commite5681dee4d76be8fd77538387c0074d0a59fa7bf (patch)
tree1383aa2339f98f70878b12fe1e1ff573ed1e2e58 /locale
parent9b2446e825d9c998b270a1dcca1dfd3262e487e0 (diff)
downloadglibc-e5681dee4d76be8fd77538387c0074d0a59fa7bf.tar.gz
glibc-e5681dee4d76be8fd77538387c0074d0a59fa7bf.tar.xz
glibc-e5681dee4d76be8fd77538387c0074d0a59fa7bf.zip
Update.
1999-04-14  Ulrich Drepper  <drepper@cygnus.com>

	* locale/programs/locfile.c (locfile_read): Fix typo.
	Patch by Kaoru Fukui <k_fukui@highway.ne.jp>.
Diffstat (limited to 'locale')
-rw-r--r--locale/programs/locfile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/locale/programs/locfile.c b/locale/programs/locfile.c
index 0485b61645..a90168ac81 100644
--- a/locale/programs/locfile.c
+++ b/locale/programs/locfile.c
@@ -1,6 +1,6 @@
-/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
+   Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
@@ -390,7 +390,7 @@ syntax error: not inside a locale definition section"));
 	  continue;
 
 	case 2:
-	  HANDLE_COPY (LC_CTYPE, tok_lc_ctype, "LC_CYTPE");
+	  HANDLE_COPY (LC_CTYPE, tok_lc_ctype, "LC_CTYPE");
 
 	  ctype_startup (ldfile, result, charset);
 	  /* FALLTHROUGH */