]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix typos in comments.
authorBruno Haible <bruno@clisp.org>
Mon, 18 Jul 2022 17:00:22 +0000 (19:00 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 9 Oct 2022 07:30:42 +0000 (09:30 +0200)
* gettext-tools/src/format-c-parse.h (format_parse_entrails): Fix typo in
comment.
* gettext-tools/src/format-gfc-internal.c (format_parse): Likewise.

gettext-tools/src/format-c-parse.h
gettext-tools/src/format-gfc-internal.c

index a26a18425ab406f2243ceeab66369778d7ce6581..f6f5efdf9ec040d4c0c76a8667a057d7218c86b0 100644 (file)
@@ -1,6 +1,5 @@
 /* Parsing C format strings.
-   Copyright (C) 2001-2004, 2006-2007, 2009-2010, 2018, 2020 Free Software
-   Foundation, Inc.
+   Copyright (C) 2001-2004, 2006-2007, 2009-2010, 2018, 2020, 2022 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software: you can redistribute it and/or modify
@@ -816,7 +815,7 @@ format_parse_entrails (const char *format, bool translated,
         goto bad_format;
     }
 
-  /* Verify that the format strings uses all arguments up to the highest
+  /* Verify that the format string uses all arguments up to the highest
      numbered one.  */
   if (numbered_arg_count > 0)
     {
index bd4cb94ed0eeb270bc8551d6c40ed120635ea49f..db7266f7803b92227c17e62277fb3c268e775272 100644 (file)
@@ -1,5 +1,5 @@
 /* GFC (GNU Fortran Compiler) internal format strings.
-   Copyright (C) 2003-2009, 2019-2020 Free Software Foundation, Inc.
+   Copyright (C) 2003-2009, 2019-2020, 2022 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2009.
 
    This program is free software: you can redistribute it and/or modify
@@ -277,7 +277,7 @@ format_parse (const char *format, bool translated, char *fdi,
         goto bad_format;
     }
 
-  /* Verify that the format strings uses all arguments up to the highest
+  /* Verify that the format string uses all arguments up to the highest
      numbered one.  */
   {
     unsigned int i;