X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=builtin-show-branch.c;h=35a709e63066ad8bebc8a96dee0563bad43348b6;hb=547e8b9205349b47003ed25a82673e413e71c255;hp=9f13caa76d3b147993b2cf39397d2f5761cfca22;hpb=7f695d262a67e1d8d970d92fe84579b6609bca96;p=thirdparty%2Fgit.git diff --git a/builtin-show-branch.c b/builtin-show-branch.c index 9f13caa76d..35a709e630 100644 --- a/builtin-show-branch.c +++ b/builtin-show-branch.c @@ -567,7 +567,7 @@ static int git_show_branch_config(const char *var, const char *value, void *cb) return config_error_nonbool(var); /* * default_arg is now passed to parse_options(), so we need to - * mimick the real argv a bit better. + * mimic the real argv a bit better. */ if (!default_num) { default_alloc = 20;