Andrei Rybak wrote: > Fix typos in documentation and code comments which repeat various words. > These typos were found by searching using scripts like this: > > for w in $(grep '^....$' /usr/share/dict/words) > do > git grep -P "\b$w $w\b" > done > > Signed-off-by: Andrei Rybak <rybak.a.v@xxxxxxxxx> Other than the 'that that' in t6416-recursive-corner-cases.sh everything looks obviously correct. Reviewed-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> > --- > > I'm not sure what to put as the "area: " prefix for this patch, as it touches > both docs and code comments. Not every patch needs to have an area, but when there's no area you need to use uppercase. Fix typos which duplicate a word -- Felipe Contreras