diff options
author | Michele Ballabio <barra_cuda@katamail.com> | 2009-03-18 19:05:39 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-18 19:10:14 -0700 |
commit | 40bac1512b0063ad3e235bca3cb66644ccf7e510 (patch) | |
tree | 33123f382e10f3d49228106a865e6ae4aa0d26d6 /builtin-apply.c | |
parent | format-patch: Respect --quiet option (diff) | |
download | tgif-40bac1512b0063ad3e235bca3cb66644ccf7e510.tar.xz |
apply: consistent spelling of "don't"
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-apply.c')
-rw-r--r-- | builtin-apply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-apply.c b/builtin-apply.c index 106be94105..1a02c7ce75 100644 --- a/builtin-apply.c +++ b/builtin-apply.c @@ -3212,7 +3212,7 @@ int cmd_apply(int argc, const char **argv, const char *unused_prefix) struct option builtin_apply_options[] = { { OPTION_CALLBACK, 0, "exclude", NULL, "path", - "donĀ“t apply changes matching the given path", + "don't apply changes matching the given path", 0, option_parse_exclude }, { OPTION_CALLBACK, 0, "include", NULL, "path", "apply changes matching the given path", |