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
+1 -1
View File
@@ -56,7 +56,7 @@ namespace std
// Environment variable support
#ifndef CONFIG_DISABLE_ENIVRON
#ifndef CONFIG_DISABLE_ENVIRON
using ::get_environ_ptr;
using ::getenv;
using ::putenv;