diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-11-15 20:58:47 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-11-15 20:58:47 (GMT) |
commit | 56b04352f8d1ef4a3c625b52a92ad1bae99ed022 (patch) | |
tree | cbfacd9cfae9ed6d0ace2ae5094434251172d28a /PC/launcher.c | |
parent | 5e75829ec300733dc0b81a36d6db69b823cf9da8 (diff) | |
parent | 9c10d6b8000e445093e73c295ad87b5e081902f7 (diff) | |
download | cpython-56b04352f8d1ef4a3c625b52a92ad1bae99ed022.zip cpython-56b04352f8d1ef4a3c625b52a92ad1bae99ed022.tar.gz cpython-56b04352f8d1ef4a3c625b52a92ad1bae99ed022.tar.bz2 |
Issue #19504: Used American spelling for 'customize'.
Diffstat (limited to 'PC/launcher.c')
-rw-r--r-- | PC/launcher.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/launcher.c b/PC/launcher.c index c8af197..ee3cd44 100644 --- a/PC/launcher.c +++ b/PC/launcher.c @@ -878,10 +878,10 @@ parse_shebang(wchar_t * shebang_line, int nchars, wchar_t ** command, } 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. */ |