diff options
author | Bruno Haible <bruno@clisp.org> | 2009-12-25 00:29:49 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-12-26 11:59:31 +0100 |
commit | d753627e67fb31110279d7322c1c7494f04f47bc (patch) | |
tree | 0c2332e58597a44cd77a498de9487637bec67bc4 | |
parent | fc7656340d375271c832dee2df37202b71f6d719 (diff) | |
download | external_gettext-d753627e67fb31110279d7322c1c7494f04f47bc.zip external_gettext-d753627e67fb31110279d7322c1c7494f04f47bc.tar.gz external_gettext-d753627e67fb31110279d7322c1c7494f04f47bc.tar.bz2 |
Fix typo in comment.
-rw-r--r-- | gettext-tools/src/open-catalog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/src/open-catalog.c b/gettext-tools/src/open-catalog.c index cef68e8..27eed90 100644 --- a/gettext-tools/src/open-catalog.c +++ b/gettext-tools/src/open-catalog.c @@ -1,5 +1,5 @@ /* open-po - search for .po file along search path list and open for reading - Copyright (C) 1995-1996, 2000-2003, 2005-2008 Free Software Foundation, Inc. + Copyright (C) 1995-1996, 2000-2003, 2005-2009 Free Software Foundation, Inc. Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995. This program is free software: you can redistribute it and/or modify @@ -38,7 +38,7 @@ #define _(str) gettext (str) -/* This macro is used to determine the number of elements in an erray. */ +/* This macro is used to determine the number of elements in an array. */ #define SIZEOF(a) (sizeof(a)/sizeof(a[0])) static FILE * |