diff options
author | Nicolas Vigier <boklm@mars-attacks.org> | 2013-10-31 12:08:28 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-10-31 15:47:38 -0700 |
commit | b0d12fc9b23a0f656fe3a5dbe2899e85b7e2f5c0 (patch) | |
tree | cc88e52cbeb9f90ea911dfca407b98ad36272c6b /diff.c | |
parent | 3d092bfc6f2d9a998967979f926c661e9762601c (diff) | |
download | git-b0d12fc9b23a0f656fe3a5dbe2899e85b7e2f5c0.tar.gz |
Use the word 'stuck' instead of 'sticked'
The past participle of 'stick' is 'stuck'.
Signed-off-by: Nicolas Vigier <boklm@mars-attacks.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.c')
-rw-r--r-- | diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3394,7 +3394,7 @@ int parse_long_opt(const char *opt, const char **argv, if (prefixcmp(arg, opt)) return 0; arg += strlen(opt); - if (*arg == '=') { /* sticked form: --option=value */ + if (*arg == '=') { /* stuck form: --option=value */ *optarg = arg + 1; return 1; } |