diff options
author | Bruno Haible <bruno@clisp.org> | 2003-10-06 17:30:45 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:02 +0200 |
commit | b145511f6278db0e4f98bd2b25f83d185c75bbe7 (patch) | |
tree | 82069aaed4102d471460bb5718b2d3732bae4140 /gettext-tools/src | |
parent | 72a54eee78b2947fc74e8302779f56edb4720aa7 (diff) | |
download | external_gettext-b145511f6278db0e4f98bd2b25f83d185c75bbe7.zip external_gettext-b145511f6278db0e4f98bd2b25f83d185c75bbe7.tar.gz external_gettext-b145511f6278db0e4f98bd2b25f83d185c75bbe7.tar.bz2 |
Typo in comment.
Diffstat (limited to 'gettext-tools/src')
-rw-r--r-- | gettext-tools/src/x-perl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/src/x-perl.c b/gettext-tools/src/x-perl.c index 0206293..6bead19 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. */ |