From: Vinay Sajip Date: Fri, 15 Nov 2013 20:58:47 +0000 (+0000) Subject: Issue #19504: Used American spelling for 'customize'. X-Git-Tag: v3.4.0b1~263 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56b04352f8d1ef4a3c625b52a92ad1bae99ed022;p=thirdparty%2FPython%2Fcpython.git Issue #19504: Used American spelling for 'customize'. --- 56b04352f8d1ef4a3c625b52a92ad1bae99ed022 diff --cc PC/launcher.c index c8af1972068a,216a5626039a..ee3cd44ddc4c --- a/PC/launcher.c +++ b/PC/launcher.c @@@ -876,12 -805,12 +876,12 @@@ parse_shebang(wchar_t * shebang_line, i break; } } - if (*vpp == NULL) { + if (vpp->shebang == NULL) { /* - * Not found in builtins - look in customised commands. + * Not found in builtins - look in customized commands. * * We can't permanently modify the shebang line in case - * it's not a customised command, but we can temporarily + * it's not a customized command, but we can temporarily * stick a NUL after the command while searching for it, * then put back the char we zapped. */