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.h | |
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.h')
-rw-r--r-- | diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -244,7 +244,7 @@ extern struct diff_filepair *diff_unmerge(struct diff_options *, const char *pat #define DIFF_SETUP_USE_SIZE_CACHE 4 /* - * Poor man's alternative to parse-option, to allow both sticked form + * Poor man's alternative to parse-option, to allow both stuck form * (--option=value) and separate form (--option value). */ extern int parse_long_opt(const char *opt, const char **argv, |