]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Typo in comment.
authorBruno Haible <bruno@clisp.org>
Mon, 6 Oct 2003 17:30:45 +0000 (17:30 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:02 +0000 (12:11 +0200)
gettext-tools/src/x-perl.c

index 0206293527ec6d1306e5814c3870d67ecc700dbc..6bead1916d7d06a1382d39271971327d943b3008 100644 (file)
@@ -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.  */