From: Mark Rushakoff Date: Sat, 10 Aug 2019 05:59:14 +0000 (-0700) Subject: doc: fix repeated words X-Git-Tag: v2.23.0~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/24966cd9820a6b0d4e348807b07cb9af8ba84fc7?ds=inline;hp=24966cd9820a6b0d4e348807b07cb9af8ba84fc7 doc: fix repeated words Inspired by 21416f0a07 ("restore: fix typo in docs", 2019-08-03), I ran "git grep -E '(\b[a-zA-Z]+) \1\b' -- Documentation/" to find other cases where words were duplicated, e.g. "the the", and in most cases removed one of the repeated words. There were many false positives by this grep command, including deliberate repeated words like "really really" or valid uses of "that that" which I left alone, of course. I also did not correct any of the legitimate, accidentally repeated words in old RelNotes. Signed-off-by: Mark Rushakoff Acked-by: Jeff King Signed-off-by: Junio C Hamano ---