From 17c8249fef7836eb090c96c370304e28d6d06546 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 31 Jul 2007 18:04:32 +0000 Subject: [PATCH] Fix typo: PYTHONINSPEC should be PYTHONINSPECT. From David Krause. --- env.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.c b/env.c index 0d5468f4d..e1d6d12de 100644 --- 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 -- 2.50.1