* gettext-tools/src/x-csharp.c (extract_parenthesized): Fix typo in comment.
* gettext-tools/src/x-java.c (extract_parenthesized): Likewise.
{
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
{
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