summaryrefslogtreecommitdiff
path: root/m4/locale-ja.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-05 13:42:03 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-02-05 13:42:03 -0800
commita4d796fb141dac5d85328872e2fefbd5c44870e1 (patch)
tree3afd9efea5ac2d5fa6d5b9c0e2e45643aea10119 /m4/locale-ja.m4
parent04b6c2e58486cfb30641633962249753052ba89f (diff)
downloadgnulib-a4d796fb141dac5d85328872e2fefbd5c44870e1.tar.gz
maint: spelling fixes
Diffstat (limited to 'm4/locale-ja.m4')
-rw-r--r--m4/locale-ja.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/locale-ja.m4 b/m4/locale-ja.m4
index b427f09925..201ac4e76a 100644
--- a/m4/locale-ja.m4
+++ b/m4/locale-ja.m4
@@ -1,4 +1,4 @@
-# locale-ja.m4 serial 10
+# locale-ja.m4 serial 11
dnl Copyright (C) 2003, 2005-2012 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -30,7 +30,7 @@ int main ()
#if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__
/* On native Windows, setlocale(category, "") looks at the system settings,
not at the environment variables. Also, when an encoding suffix such
- as ".65001" or ".54936" is speficied, it succeeds but sets the LC_CTYPE
+ as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE
category of the locale to "C". */
if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL
|| strcmp (setlocale (LC_CTYPE, NULL), "C") == 0)