summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/write-catalog.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2012-06-03 21:48:40 +0200
committerBruno Haible <bruno@clisp.org>2012-06-03 21:50:03 +0200
commitd7966de55ced118183582ca258a86c3ea7e10fdd (patch)
tree294cf6465209fe8abcaa548cbe5a80886367ee78 /gettext-tools/src/write-catalog.c
parentc971a7da9f84c9e468bef674f1971a7065577101 (diff)
downloadexternal_gettext-d7966de55ced118183582ca258a86c3ea7e10fdd.zip
external_gettext-d7966de55ced118183582ca258a86c3ea7e10fdd.tar.gz
external_gettext-d7966de55ced118183582ca258a86c3ea7e10fdd.tar.bz2
Spelling fixes.
Diffstat (limited to 'gettext-tools/src/write-catalog.c')
-rw-r--r--gettext-tools/src/write-catalog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/src/write-catalog.c b/gettext-tools/src/write-catalog.c
index 77e3160..bab8c36 100644
--- a/gettext-tools/src/write-catalog.c
+++ b/gettext-tools/src/write-catalog.c
@@ -1,5 +1,5 @@
/* GNU gettext - internationalization aids
- Copyright (C) 1995-1998, 2000-2008 Free Software Foundation, Inc.
+ Copyright (C) 1995-1998, 2000-2008, 2012 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -119,7 +119,7 @@ msgdomain_list_print (msgdomain_list_ty *mdlp, const char *filename,
return;
}
- /* Check whether the output format can accomodate all messages. */
+ /* Check whether the output format can accommodate all messages. */
if (!output_syntax->supports_multiple_domains && mdlp->nitems > 1)
{
if (output_syntax->alternative_is_po)