Fix typo: PYTHONINSPEC should be PYTHONINSPECT. From David Krause.

This commit is contained in:
Todd C. Miller
2007-07-31 18:04:32 +00:00
parent 4da4964239
commit 17c8249fef

2
env.c
View File

@@ -173,7 +173,7 @@ static const char *initial_badenv_table[] = {
"TMPPREFIX", /* zsh, prefix for temporary files */
"PYTHONHOME", /* python, module search path */
"PYTHONPATH", /* python, search path */
"PYTHONINSPEC", /* python, allow inspection */
"PYTHONINSPECT", /* python, allow inspection */
"RUBYLIB", /* ruby, library load path */
"RUBYOPT", /* ruby, extra command line options */
NULL