changeset 100062:d4660dbaa550

* w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 30 Nov 2008 02:58:31 +0000
parents 18bc0d1e74ff
children cb2c537a8fea
files src/ChangeLog src/w32proc.c
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Nov 30 02:21:24 2008 +0000
+++ b/src/ChangeLog	Sun Nov 30 02:58:31 2008 +0000
@@ -1,3 +1,7 @@
+2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
+
+	* w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
+
 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
 
 	* w32proc.c: Include "coding.h".
--- a/src/w32proc.c	Sun Nov 30 02:21:24 2008 +0000
+++ b/src/w32proc.c	Sun Nov 30 02:58:31 2008 +0000
@@ -703,7 +703,7 @@
                 {
                   char * dllname = RVA_TO_PTR (imports->Name, section,
                                                executable);
-                  
+
                   /* The exact name of the cygwin dll has changed with
                      various releases, but hopefully this will be reasonably
                      future proof.  */
@@ -1946,7 +1946,7 @@
        Sw32_get_locale_info, 1, 2, 0,
        doc: /* Return information about the Windows locale LCID.
 By default, return a three letter locale code which encodes the default
-language as the first two characters, and the country or regionial variant
+language as the first two characters, and the country or regional variant
 as the third letter.  For example, ENU refers to `English (United States)',
 while ENC means `English (Canadian)'.