diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-01-13 16:38:28 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-01-13 16:38:28 +0100 |
commit | 768c0c0f393d4e71e3973add8d557f6535c78342 (patch) | |
tree | a87ff5b0a1553182d8fdad1b507c78436c10377c /lib-src/emacsclient.c | |
parent | d77b5977da9e997387c0da34df1eb994951889b8 (diff) | |
download | emacs-768c0c0f393d4e71e3973add8d557f6535c78342.tar.gz |
Fix typos in comments and ChangeLogs.
Diffstat (limited to 'lib-src/emacsclient.c')
-rw-r--r-- | lib-src/emacsclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 550072900f0..01241b518bb 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -340,7 +340,7 @@ w32_get_resource (predefined, key, type) /* getenv wrapper for Windows - This is needed to duplicate Emacs's behavior, which is to look for enviroment + This is needed to duplicate Emacs's behavior, which is to look for environment variables in the registry if they don't appear in the environment. */ char * |