Issue #19504: Used American spelling for 'customize'.

This commit is contained in:
Vinay Sajip 2013-11-15 20:58:13 +00:00
parent a76157dca6
commit 9c10d6b800
5 changed files with 11 additions and 11 deletions

View file

@ -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.
*/