summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Ballabio <barra_cuda@katamail.com>2009-03-18 18:05:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-19 02:10:14 (GMT)
commit40bac1512b0063ad3e235bca3cb66644ccf7e510 (patch)
tree33123f382e10f3d49228106a865e6ae4aa0d26d6
parentec2956df592338ccd789428e9232fe6b709dc2be (diff)
downloadgit-40bac1512b0063ad3e235bca3cb66644ccf7e510.zip
git-40bac1512b0063ad3e235bca3cb66644ccf7e510.tar.gz
git-40bac1512b0063ad3e235bca3cb66644ccf7e510.tar.bz2
apply: consistent spelling of "don't"
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--builtin-apply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-apply.c b/builtin-apply.c
index 106be94..1a02c7c 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",