aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32proc.c
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2008-11-30 02:58:31 +0000
committerJuanma Barranquero <[email protected]>2008-11-30 02:58:31 +0000
commit35f36d65e77033960cb72b68637107ac70e31127 (patch)
treea1a56b1dc21e84b5adb4be62ca65eec63876f56a /src/w32proc.c
parent59ef77e79f7f3a19322faec442c0b2bed6af8fd6 (diff)
* w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
Diffstat (limited to 'src/w32proc.c')
-rw-r--r--src/w32proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index 081749257f..867ceb60f3 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -703,7 +703,7 @@ w32_executable_type (char * filename, int * is_dos_app, int * is_cygnus_app, int
{
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 @@ DEFUN ("w32-get-locale-info", Fw32_get_locale_info,
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)'.