diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-11-15 20:58:13 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-11-15 20:58:13 (GMT) |
commit | 9c10d6b8000e445093e73c295ad87b5e081902f7 (patch) | |
tree | c7e73f05a8a906f025f18fbd1ef21a5b1d688e1b /PC | |
parent | a76157dca6ba0d063a88cf4c0b6ac132881001b1 (diff) | |
download | cpython-9c10d6b8000e445093e73c295ad87b5e081902f7.zip cpython-9c10d6b8000e445093e73c295ad87b5e081902f7.tar.gz cpython-9c10d6b8000e445093e73c295ad87b5e081902f7.tar.bz2 |
Issue #19504: Used American spelling for 'customize'.
Diffstat (limited to 'PC')
-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 445e96e..216a562 100644 --- a/PC/launcher.c +++ b/PC/launcher.c @@ -807,10 +807,10 @@ parse_shebang(wchar_t * shebang_line, int nchars, wchar_t ** command, } if (*vpp == 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. */ |