]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 14 Apr 1999 13:46:53 +0000 (13:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 14 Apr 1999 13:46:53 +0000 (13:46 +0000)
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>.

ChangeLog
locale/programs/locfile.c

index 39c5df95bd8cfd6a22e0b14a45834e94203a21d1..893faa1b69304e4930cb78a8acca1366937dec71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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>.
+
 1999-04-14 Scott Bambrough  <scottb@netwinder.org>
 
        * sysdeps/unix/sysv/linux/arm/socket.S: Socket calls could not be
index 0485b61645ef7db355e3591457aee030523fb976..a90168ac8140452da51fcaa2a23e203affed919c 100644 (file)
@@ -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 */