Skip to content

Commit 40bac15

Browse files
chungagitster
authored andcommitted
apply: consistent spelling of "don't"
Signed-off-by: Michele Ballabio <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ec2956d commit 40bac15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-apply.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3212,7 +3212,7 @@ int cmd_apply(int argc, const char **argv, const char *unused_prefix)
32123212

32133213
struct option builtin_apply_options[] = {
32143214
{ OPTION_CALLBACK, 0, "exclude", NULL, "path",
3215-
"don´t apply changes matching the given path",
3215+
"don't apply changes matching the given path",
32163216
0, option_parse_exclude },
32173217
{ OPTION_CALLBACK, 0, "include", NULL, "path",
32183218
"apply changes matching the given path",

0 commit comments

Comments
 (0)