On 03/14, Stefan Beller wrote: > On Tue, Mar 14, 2017 at 3:10 PM, Brandon Williams <bmwill@xxxxxxxxxx> wrote: > > Missing SoB here, too. I guess I'm having an off day...Will fix. > > > --- > > builtin/grep.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/builtin/grep.c b/builtin/grep.c > > index 9304c33e7..4694e68f3 100644 > > --- a/builtin/grep.c > > +++ b/builtin/grep.c > > @@ -979,7 +979,7 @@ int cmd_grep(int argc, const char **argv, const char *prefix) > > OPT_SET_INT(0, "exclude-standard", &opt_exclude, > > N_("ignore files specified via '.gitignore'"), 1), > > OPT_BOOL(0, "recurse-submodules", &recurse_submodules, > > - N_("recursivley search in each submodule")), > > + N_("recursively search in each submodule")), > > OPT_STRING(0, "parent-basename", &parent_basename, > > N_("basename"), > > N_("prepend parent project's basename to output")), > > -- > > 2.12.0.367.g23dc2f6d3c-goog > > -- Brandon Williams