]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix typo in comment.
authorBruno Haible <bruno@clisp.org>
Thu, 24 Dec 2009 23:29:49 +0000 (00:29 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 26 Dec 2009 10:59:31 +0000 (11:59 +0100)
gettext-tools/src/open-catalog.c

index cef68e8e29169737a18061948b5149a2787543ef..27eed909a2691ab77174ae714b1e16f11584f00e 100644 (file)
@@ -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 *