From: Jim Meyering Date: Sun, 3 Jun 2012 19:48:40 +0000 (+0200) Subject: Spelling fixes. X-Git-Tag: v0.18.2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7966de55ced118183582ca258a86c3ea7e10fdd;p=thirdparty%2Fgettext.git Spelling fixes. --- diff --git a/Admin/gettext.announce b/Admin/gettext.announce index 1c5675880..804cd7516 100644 --- a/Admin/gettext.announce +++ b/Admin/gettext.announce @@ -70,7 +70,7 @@ Version 0.10 - December 1995, by Ulrich Drepper * msgcmp program to find matches in two .po files -* programs now have exit status != 0 if errors occured +* programs now have exit status != 0 if errors occurred * libintl.a is now selfcontained and can be used without context in other projects diff --git a/NEWS b/NEWS index f62404dea..f1801e732 100644 --- a/NEWS +++ b/NEWS @@ -785,7 +785,7 @@ Version 0.10.35 - April 1998, by Ulrich Drepper '--with-included-gettext' * gettextize now can determine whether the aclocal.m4 of the project - is sufficent + is sufficient * use automake for Makefile.in generation @@ -831,7 +831,7 @@ Version 0.10 - December 1995, by Ulrich Drepper * msgcmp program to find matches in two .po files -* programs now have exit status != 0 if errors occured +* programs now have exit status != 0 if errors occurred * libintl.a is now selfcontained and can be used without context in other projects (even on systems missing alloca) diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index 0c037ad4e..9d4c131e3 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,3 +1,7 @@ +2012-06-03 Jim Meyering + + * dcigettext.c: Spelling fixes. + 2012-02-05 Paul Eggert * vasnprintf.c: Spelling fixes. @@ -1372,7 +1376,7 @@ 2007-03-24 Bruno Haible * vasnprintf.c: Include float+.h. - (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only + (VASNPRINTF): When comparing against +0.0L or +0.0, compare only SIZEOF_LDBL or SIZEOF_DBL bytes. 2007-03-24 Bruno Haible @@ -4178,7 +4182,7 @@ * intl/localealias.c (read_alias_file): Use unsigned char for local variables. Remove unused variable tp. * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char * - for type of codeset. For loosing Solaris systems. + for type of codeset. For losing Solaris systems. * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset. * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable len if not needed. diff --git a/gettext-runtime/intl/dcigettext.c b/gettext-runtime/intl/dcigettext.c index eb298492d..be2dcebed 100644 --- a/gettext-runtime/intl/dcigettext.c +++ b/gettext-runtime/intl/dcigettext.c @@ -1,5 +1,5 @@ /* Implementation of the internal dcigettext function. - Copyright (C) 1995-1999, 2000-2010 Free Software Foundation, Inc. + Copyright (C) 1995-1999, 2000-2010, 2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -372,7 +372,7 @@ static const char *get_output_charset (struct binding *domainbinding) #endif -/* For those loosing systems which don't have `alloca' we have to add +/* For those losing systems which don't have `alloca' we have to add some additional code emulating it. */ #ifdef HAVE_ALLOCA /* Nothing has to be done. */ diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog index 3bb28c04a..d0b04660f 100644 --- a/gettext-runtime/libasprintf/ChangeLog +++ b/gettext-runtime/libasprintf/ChangeLog @@ -673,7 +673,7 @@ 2007-03-24 Bruno Haible * vasnprintf.c: Include float+.h. - (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only + (VASNPRINTF): When comparing against +0.0L or +0.0, compare only SIZEOF_LDBL or SIZEOF_DBL bytes. 2007-03-24 Bruno Haible diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index d8a0f1287..f97dbecc9 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,7 @@ +2012-06-03 Jim Meyering + + * gettext.texi: Spelling fixes. + 2012-05-03 Bruno Haible Document msgfmt option --endianness. diff --git a/gettext-tools/doc/ChangeLog.0 b/gettext-tools/doc/ChangeLog.0 index 38ed3b036..7e9cf9de6 100644 --- a/gettext-tools/doc/ChangeLog.0 +++ b/gettext-tools/doc/ChangeLog.0 @@ -1002,7 +1002,7 @@ Sun Nov 5 21:56:51 1995 Ulrich Drepper Advise about always using GNU gettext moved to here from ../README. * gettext.texi: Fix some typos reported by François Pinard. - In descripton of _N change the name to N_. + In description of _N change the name to N_. * Makefile.in (gettext.info): Remove old .info* files before generating new ones. @@ -1175,4 +1175,4 @@ Sun Jul 2 01:47:02 1995 Ulrich Drepper * First official release. This directory now contains a very preliminary version of the gettext manual with a quite complete - chapter for todays Emacs PO mode by François Pinard. + chapter for today's Emacs PO mode by François Pinard. diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index e54e304b9..9abfe1f31 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -79,7 +79,7 @@ This file provides documentation for GNU @code{gettext} utilities. It also serves as a reference for the free Translation Project. @copying -Copyright (C) 1995-1998, 2001-2007 Free Software Foundation, Inc. +Copyright (C) 1995-1998, 2001-2012 Free Software Foundation, Inc. This manual is free documentation. It is dually licensed under the GNU FDL and the GNU GPL. This means that you can redistribute this @@ -114,7 +114,7 @@ A copy of the license is included in @ref{GNU GPL}. @page @vskip 0pt plus 1filll @c @insertcopying -Copyright (C) 1995-1998, 2001-2007 Free Software Foundation, Inc. +Copyright (C) 1995-1998, 2001-2012 Free Software Foundation, Inc. This manual is free documentation. It is dually licensed under the GNU FDL and the GNU GPL. This means that you can redistribute this @@ -1216,7 +1216,7 @@ encoding. These are in use because between 2000 and 2005, most users have switched to locales in UTF-8 encoding. For example, the German locale on glibc systems is nowadays @samp{de_DE.UTF-8}. The older name @samp{de_DE} still refers to the German locale as of 2000 that stores characters in -ISO-8859-1 encoding -- a text encoding that cannot even accomodate the Euro +ISO-8859-1 encoding -- a text encoding that cannot even accommodate the Euro currency sign. Some locale names use @samp{@var{ll}_@var{CC}.@@@var{variant}} instead of @@ -7266,7 +7266,7 @@ all of GNU, giving myself the duty of one small GNU package per week or so, taking many weeks or months for bigger packages. But it does not work this way. I first did all the things I'm responsible for. I've nothing against some missionary work on other maintainers, but -I'm also loosing a lot of energy over it---same debates over again. +I'm also losing a lot of energy over it---same debates over again. And when the first localized packages are released we'll get a lot of responses about ugly translations :-). Surely, and we need to have diff --git a/gettext-tools/libgrep/ChangeLog b/gettext-tools/libgrep/ChangeLog index 65209632c..0fefefca0 100644 --- a/gettext-tools/libgrep/ChangeLog +++ b/gettext-tools/libgrep/ChangeLog @@ -1,3 +1,7 @@ +2012-06-03 Jim Meyering + + * kwset.c: Spelling fixes. + 2010-06-04 Bruno Haible * gettext-0.18.1 released. diff --git a/gettext-tools/libgrep/kwset.c b/gettext-tools/libgrep/kwset.c index 2eb4a5c90..d944f109b 100644 --- a/gettext-tools/libgrep/kwset.c +++ b/gettext-tools/libgrep/kwset.c @@ -1,5 +1,5 @@ /* kwset.c - search for any of a set of keywords. - Copyright 1989, 1998, 2000, 2005-2006, 2010 Free Software Foundation, Inc. + Copyright 1989, 1998, 2000, 2005-2006, 2010, 2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ The author may be reached (Email) at the address mike@ai.mit.edu, or (US mail) as Mike Haertel c/o Free Software Foundation. */ -/* The algorithm implemented by these routines bears a startling resemblence +/* The algorithm implemented by these routines bears a startling resemblance to one discovered by Beate Commentz-Walter, although it is not identical. See "A String Matching Algorithm Fast on the Average," Technical Report, IBM-Germany, Scientific Center Heidelberg, Tiergartenstrasse 15, D-6900 @@ -438,7 +438,7 @@ kwsprep (kwset_t kwset) /* Update the delta table for the descendents of this node. */ treedelta (curr->links, curr->depth, delta); - /* Compute the failure function for the decendents of this node. */ + /* Compute the failure function for the descendants of this node. */ treefails (curr->links, curr->fail, kwset->trie); /* Update the shifts at each node in the current node's chain diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 4ebe9efbd..d0e66c748 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,8 @@ +2012-06-03 Jim Meyering + + * msginit.c: Spelling fixes. + * write-catalog.c: Likewise. + 2012-05-03 Bruno Haible Document msgfmt option --endianness. diff --git a/gettext-tools/src/ChangeLog.0 b/gettext-tools/src/ChangeLog.0 index f2605888d..a049391aa 100644 --- a/gettext-tools/src/ChangeLog.0 +++ b/gettext-tools/src/ChangeLog.0 @@ -3779,7 +3779,7 @@ * message.c: Use unsigned char for various local variables. * xgettext.c (comment_tag): Define as unsigned char *. - For loosing Solaris systems. Patches by Jim Meyering. + For losing Solaris systems. Patches by Jim Meyering. * msgfmt.c: Use extra braces in if to shut up gcc. * po-lex.h: Don't declare function po_gram_error and diff --git a/gettext-tools/src/msginit.c b/gettext-tools/src/msginit.c index abcddf0d6..b3ef6d765 100644 --- a/gettext-tools/src/msginit.c +++ b/gettext-tools/src/msginit.c @@ -1080,7 +1080,7 @@ get_user_fullname () const char *fullname_end; char *result; - /* Return the pw_gecos field, upto the first comma (if any). */ + /* Return the pw_gecos field, up to the first comma (if any). */ fullname = pwd->pw_gecos; fullname_end = strchr (fullname, ','); if (fullname_end == NULL) diff --git a/gettext-tools/src/write-catalog.c b/gettext-tools/src/write-catalog.c index 77e31603d..bab8c36b6 100644 --- a/gettext-tools/src/write-catalog.c +++ b/gettext-tools/src/write-catalog.c @@ -1,5 +1,5 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-1998, 2000-2008 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2008, 2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -119,7 +119,7 @@ msgdomain_list_print (msgdomain_list_ty *mdlp, const char *filename, return; } - /* Check whether the output format can accomodate all messages. */ + /* Check whether the output format can accommodate all messages. */ if (!output_syntax->supports_multiple_domains && mdlp->nitems > 1) { if (output_syntax->alternative_is_po) diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index b9cb63471..0cc1edc88 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,7 @@ +2012-06-03 Jim Meyering + + * msgcomm-17: Spelling fixes. + 2012-02-19 Bruno Haible Avoid spurious test output with guile 2.0.x. diff --git a/gettext-tools/tests/msgcomm-17 b/gettext-tools/tests/msgcomm-17 index d4186b8cb..92fa3ce92 100755 --- a/gettext-tools/tests/msgcomm-17 +++ b/gettext-tools/tests/msgcomm-17 @@ -1,7 +1,7 @@ #! /bin/sh # -u, --unique (equivalent to --less-than=2): we are interested in unique -# entries only (entries occuring less than 2 times). But don't drop the +# entries only (entries occurring less than 2 times). But don't drop the # header entry; otherwise msgcomm will fail for multibyte strings. tmpfiles="" diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index a54928ceb..a0240555f 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,3 +1,7 @@ +2012-06-03 Jim Meyering + + * lib/tparm.c: Spelling fixes. + 2012-02-17 Bruno Haible Update after gnulib changed. diff --git a/gnulib-local/lib/ChangeLog.0 b/gnulib-local/lib/ChangeLog.0 index 9264f3781..44c6c34c3 100644 --- a/gnulib-local/lib/ChangeLog.0 +++ b/gnulib-local/lib/ChangeLog.0 @@ -1328,7 +1328,7 @@ 1998-04-29 Ulrich Drepper * printf-parse.h: Use unsigned char for parameters to read_int and - parse_one_spec (for loosing Solaris systems). + parse_one_spec (for losing Solaris systems). Patch by Jim Meyering. 1998-04-28 11:42 Ulrich Drepper @@ -1703,7 +1703,7 @@ Mon Jul 17 01:13:09 1995 Ulrich Drepper Sat Jul 15 23:59:26 1995 Ulrich Drepper - * obstack.h: Add accidently removed #endif. + * obstack.h: Add accidentally removed #endif. Sat Jul 15 23:31:45 1995 Ulrich Drepper diff --git a/gnulib-local/lib/tparm.c b/gnulib-local/lib/tparm.c index 7970ac2bc..69cb8f3b1 100644 --- a/gnulib-local/lib/tparm.c +++ b/gnulib-local/lib/tparm.c @@ -1,5 +1,5 @@ /* Substitution of parameters in strings from terminal descriptions. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -243,7 +243,7 @@ cvtchar (const char *sp, char *c) (GNU) %b backup to previous parameter (GNU) %f skip this parameter - Note the two definitions of %a, the GNU defintion is used if the characters + Note the two definitions of %a, the GNU definition is used if the characters after the 'a' are valid, otherwise the UW definition is used. (GNU) used by GNU Emacs termcap libraries