apply: consistent spelling of "don't"
authorMichele Ballabio <barra_cuda@katamail.com>
Wed, 18 Mar 2009 18:05:39 +0000 (19:05 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Mar 2009 02:10:14 +0000 (19:10 -0700)
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-apply.c

index 106be94105dbff4c150deac7854a50c67ecd974d..1a02c7ce7530e4375176ea4429033c45f6b5b11e 100644 (file)
@@ -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",