Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis

This commit is contained in:
Gregory Nutt
2015-05-23 17:08:35 -06:00
parent 67380a335f
commit 4adda9d428
35 changed files with 67 additions and 67 deletions
+2 -2
View File
@@ -76,7 +76,7 @@
* can be used in its place.
*/
#ifndef CONFIG_DISABLE_ENIVRON
#ifndef CONFIG_DISABLE_ENVIRON
# define environ get_environ_ptr()
#endif
@@ -120,7 +120,7 @@ int rand(void);
/* Environment variable support */
#ifndef CONFIG_DISABLE_ENIVRON
#ifndef CONFIG_DISABLE_ENVIRON
FAR char **get_environ_ptr( void );
FAR char *getenv(FAR const char *name);
int putenv(FAR const char *string);