"Caleb Hill via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > From: Caleb Hill <chill389cc@xxxxxxxxx> > > This pr fixes a typo I noticed today while reading documentation here: > https://git-scm.com/docs/git-clean#Documentation/git-clean.txt-quit > > Signed-off-by: Caleb Hill <chill389cc@xxxxxxxxx> > --- > docs: fix "without do cleaning" typo > > This pr fixes a simple typo I noticed today while reading documentation > here: > https://git-scm.com/docs/git-clean#Documentation/git-clean.txt-quit Thanks; I'll reword the proposed log message a bit and queue. > diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt > index 160d08b86bb..5e1a3d5148c 100644 > --- a/Documentation/git-clean.txt > +++ b/Documentation/git-clean.txt > @@ -127,7 +127,7 @@ ask each:: > > quit:: > > - This lets you quit without do cleaning. > + This lets you quit without doing any cleaning. "without cleaning" would probably mean the same thing and a tad shorter, but let's use what you wrote as-is. Thanks.