Eric Sunshine <sunshine@xxxxxxxxxxxxxx> writes:
On Tue, Jun 6, 2023 at 8:56 PM Linus Arver via GitGitGadget
<gitgitgadget@xxxxxxxxx> wrote:
These were found with an automated CLI tool [1]. Only the
"Documentation" subfolder (and not source code files) was considered
because the docs are user-facing.
[1]: https://crates.io/crates/typos-cli
Signed-off-by: Linus Arver <linusa@xxxxxxxxxx>
---
Documentation/CodingGuidelines | 2 +-
Documentation/config.txt | 2 +-
Documentation/git-cvsserver.txt | 2 +-
Documentation/git-describe.txt | 4 ++--
Documentation/git-format-patch.txt | 2 +-
Documentation/git-ls-tree.txt | 2 +-
Documentation/git-mktag.txt | 2 +-
Documentation/git-sparse-checkout.txt | 2 +-
Documentation/git-stash.txt | 2 +-
Documentation/gitweb.txt | 2 +-
Documentation/technical/remembering-renames.txt | 2 +-
Documentation/urls-remotes.txt | 2 +-
These changes all look sensible. Thanks.
Thanks for the review --- but on second inspection I messed up the fix
to git-format-patch.txt. The tool suggested "interaction" which I
followed mechanically, but I noticed just now that the real fix should
have been "iteration". I have a v2 of this ready to got but GitGitGadget
is delayed due to GitHub experiencing an issue at the moment, so expect
some delay before the v2 gets pushed to the list.