From 6ea7eac330f73699d965cef7b8ee23d7218415a8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 1 Apr 2020 13:12:47 -0400 Subject: Fix a few documentation typos. --- CHANGELOG | 6 ++++++ doc/index.mdwn | 2 +- git-repair.1 | 2 +- git-repair.cabal | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 50f9332..528034e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +git-repair (1.20200103) UNRELEASED; urgency=medium + + * Fix a few documentation typos. + + -- Joey Hess Wed, 01 Apr 2020 13:12:33 -0400 + git-repair (1.20200102) unstable; urgency=medium * Relicensed AGPL. diff --git a/doc/index.mdwn b/doc/index.mdwn index 503c2c2..9ff06de 100644 --- a/doc/index.mdwn +++ b/doc/index.mdwn @@ -27,7 +27,7 @@ Then to install it: ## how it works `git-repair` starts by deleting all corrupt objects, and -retreiving all missing objects that it can from the remotes of the +retrieving all missing objects that it can from the remotes of the repository. If that is not sufficient to fully recover the repository, it can also diff --git a/git-repair.1 b/git-repair.1 index 7780095..8b72d1f 100644 --- a/git-repair.1 +++ b/git-repair.1 @@ -9,7 +9,7 @@ git\-repair [\-\-force] This can fix a corrupt or broken git repository, which git fsck would only complain has problems. .PP -It does by deleting all corrupt objects, and retreiving all missing +It does by deleting all corrupt objects, and retrieving all missing objects that it can from the remotes of the repository. .PP If that is not sufficient to fully recover the repository, it can also diff --git a/git-repair.cabal b/git-repair.cabal index f273cb3..2637586 100644 --- a/git-repair.cabal +++ b/git-repair.cabal @@ -10,7 +10,7 @@ License-File: COPYRIGHT Build-Type: Custom Homepage: http://git-repair.branchable.com/ Category: Utility -Synopsis: repairs a damanged git repisitory +Synopsis: repairs a damaged git repository Description: git-repair can repair various forms of damage to git repositories. . -- cgit v1.2.3