From: Todd C. Miller Date: Tue, 31 Jul 2007 18:04:32 +0000 (+0000) Subject: Fix typo: PYTHONINSPEC should be PYTHONINSPECT. From David Krause. X-Git-Tag: SUDO_1_7_0~453 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17c8249fef7836eb090c96c370304e28d6d06546;p=sudo Fix typo: PYTHONINSPEC should be PYTHONINSPECT. From David Krause. --- 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