diff options
| author | Juanma Barranquero | 2010-01-13 16:38:28 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-01-13 16:38:28 +0100 |
| commit | 768c0c0f393d4e71e3973add8d557f6535c78342 (patch) | |
| tree | a87ff5b0a1553182d8fdad1b507c78436c10377c /lib-src | |
| parent | d77b5977da9e997387c0da34df1eb994951889b8 (diff) | |
| download | emacs-768c0c0f393d4e71e3973add8d557f6535c78342.tar.gz emacs-768c0c0f393d4e71e3973add8d557f6535c78342.zip | |
Fix typos in comments and ChangeLogs.
Diffstat (limited to 'lib-src')
| -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) | |||
| 340 | /* | 340 | /* |
| 341 | getenv wrapper for Windows | 341 | getenv wrapper for Windows |
| 342 | 342 | ||
| 343 | This is needed to duplicate Emacs's behavior, which is to look for enviroment | 343 | This is needed to duplicate Emacs's behavior, which is to look for environment |
| 344 | variables in the registry if they don't appear in the environment. | 344 | variables in the registry if they don't appear in the environment. |
| 345 | */ | 345 | */ |
| 346 | char * | 346 | char * |