From: Bruno Haible Date: Mon, 6 Oct 2003 17:30:45 +0000 (+0000) Subject: Typo in comment. X-Git-Tag: v0.13~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b145511f6278db0e4f98bd2b25f83d185c75bbe7;p=thirdparty%2Fgettext.git Typo in comment. --- diff --git a/gettext-tools/src/x-perl.c b/gettext-tools/src/x-perl.c index 020629352..6bead1916 100644 --- a/gettext-tools/src/x-perl.c +++ b/gettext-tools/src/x-perl.c @@ -2546,7 +2546,7 @@ x_perl_lex (message_list_ty *mlp) && next->type == token_type_lparen) { /* For simplicity we simply consume everything up to the - closing parentheses. Actually only a limited set of + closing parenthesis. Actually only a limited set of characters is allowed inside parentheses but we leave complaints to the interpreter and are prepared for future extensions to the Perl syntax. */