summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-11-15 20:58:13 +0000
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-11-15 20:58:13 +0000
commit9c10d6b8000e445093e73c295ad87b5e081902f7 (patch)
treec7e73f05a8a906f025f18fbd1ef21a5b1d688e1b /PC/launcher.c
parentIssue #19523: Closed FileHandler leak which occurred when delay was set. (diff)
downloadcpython-9c10d6b8000e445093e73c295ad87b5e081902f7.tar.gz
cpython-9c10d6b8000e445093e73c295ad87b5e081902f7.tar.bz2
cpython-9c10d6b8000e445093e73c295ad87b5e081902f7.zip
Issue #19504: Used American spelling for 'customize'.
Diffstat (limited to 'PC/launcher.c')
-rw-r--r--PC/launcher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/launcher.c b/PC/launcher.c
index 445e96e5737..216a5626039 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.
*/