comparison lib-src/emacsclient.c @ 106818:a3da62473e24

Fix typos in comments and ChangeLogs.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 13 Jan 2010 16:38:28 +0100
parents 1d1d5d9bd884
children 912a8c0c9a8a 5481007b7ce9
comparison
equal deleted inserted replaced
106817:13cc2986cf43 106818:a3da62473e24
338 } 338 }
339 339
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 *
347 w32_getenv (envvar) 347 w32_getenv (envvar)
348 char *envvar; 348 char *envvar;