summaryrefslogtreecommitdiff
path: root/gettext-tools/src/format-c-parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/src/format-c-parse.h')
-rw-r--r--gettext-tools/src/format-c-parse.h5
1 files changed, 2 insertions, 3 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)
{