From: Michele Ballabio Date: Wed, 18 Mar 2009 18:05:39 +0000 (+0100) Subject: apply: consistent spelling of "don't" X-Git-Tag: v1.6.3-rc0~137 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=40bac1512b0063ad3e235bca3cb66644ccf7e510;p=git.git apply: consistent spelling of "don't" Signed-off-by: Michele Ballabio Signed-off-by: Junio C Hamano --- diff --git a/builtin-apply.c b/builtin-apply.c index 106be9410..1a02c7ce7 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",