From e5681dee4d76be8fd77538387c0074d0a59fa7bf Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 14 Apr 1999 13:46:53 +0000 Subject: Update. 1999-04-14 Ulrich Drepper * locale/programs/locfile.c (locfile_read): Fix typo. Patch by Kaoru Fukui . --- locale/programs/locfile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'locale') diff --git a/locale/programs/locfile.c b/locale/programs/locfile.c index 0485b61..a90168a 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 , 1996. + Contributed by Ulrich Drepper , 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 */ -- cgit v1.1