summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-07-18 19:00:22 +0200
committerBruno Haible <bruno@clisp.org>2022-10-09 09:30:42 +0200
commitef42fdcfd5f68f3104c983dd202ec2de86622129 (patch)
treea8558ee1c780e8db6364a5002e317d5ff9ae4442
parent5c97f9967cb84e1228ce6a27faec51e2ba28a5c4 (diff)
downloadgettext-ef42fdcfd5f68f3104c983dd202ec2de86622129.tar.gz
Fix typos in comments.
* gettext-tools/src/format-c-parse.h (format_parse_entrails): Fix typo in comment. * gettext-tools/src/format-gfc-internal.c (format_parse): Likewise.
-rw-r--r--gettext-tools/src/format-c-parse.h5
-rw-r--r--gettext-tools/src/format-gfc-internal.c4
2 files changed, 4 insertions, 5 deletions
diff --git a/gettext-tools/src/format-c-parse.h b/gettext-tools/src/format-c-parse.h
index a26a18425..f6f5efdf9 100644
--- a/gettext-tools/src/format-c-parse.h
+++ b/gettext-tools/src/format-c-parse.h
@@ -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)
{
diff --git a/gettext-tools/src/format-gfc-internal.c b/gettext-tools/src/format-gfc-internal.c
index bd4cb94ed..db7266f78 100644
--- a/gettext-tools/src/format-gfc-internal.c
+++ b/gettext-tools/src/format-gfc-internal.c
@@ -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;