Fix typo: PYTHONINSPEC should be PYTHONINSPECT. From David Krause.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 31 Jul 2007 18:04:32 +0000 (18:04 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 31 Jul 2007 18:04:32 +0000 (18:04 +0000)
env.c

diff --git a/env.c b/env.c
index 0d5468f4db972631583c8d945d4a344070e29788..e1d6d12defd1387b644366e4b6fc51546fa8b74e 100644 (file)
--- a/env.c
+++ b/env.c
@@ -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