]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
xgettext: Fix typos in comments.
authorBruno Haible <bruno@clisp.org>
Fri, 8 May 2026 21:07:35 +0000 (23:07 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 8 May 2026 21:07:35 +0000 (23:07 +0200)
* gettext-tools/src/x-csharp.c (extract_parenthesized): Fix typo in comment.
* gettext-tools/src/x-java.c (extract_parenthesized): Likewise.

gettext-tools/src/x-csharp.c
gettext-tools/src/x-java.c

index 22b259f64bf786bcef0fb11b081b3402812a5bf0..513e8f13448e8a928be20e60711a4d6d3720ff46 100644 (file)
@@ -1928,7 +1928,7 @@ extract_parenthesized (message_list_ty *mlp, token_type_ty terminator,
         {
         case token_type_symbol:
           {
-            /* Combine symbol1 . ... . symbolN to a single strings, so that
+            /* Combine symbol1 . ... . symbolN to a single string, so that
                we can recognize static function calls like
                GettextResource.gettext.  The information present for
                symbolI.....symbolN has precedence over the information for
index 4b7e4293ed1315c4f7fa086dcddbc96a74f7fc93..d11cb44c0411ad90c2fbc457266410b6b06c9a0b 100644 (file)
@@ -1688,7 +1688,7 @@ extract_parenthesized (message_list_ty *mlp, token_type_ty terminator,
         {
         case token_type_symbol:
           {
-            /* Combine symbol1 . ... . symbolN to a single strings, so that
+            /* Combine symbol1 . ... . symbolN to a single string, so that
                we can recognize static function calls like
                GettextResource.gettext.  The information present for
                symbolI.....symbolN has precedence over the information for