summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2020-04-01 13:12:47 -0400
committerJoey Hess <joeyh@joeyh.name>2020-04-01 13:12:47 -0400
commit6ea7eac330f73699d965cef7b8ee23d7218415a8 (patch)
tree79ef3e530c575c0c8be82cf5d47f7bc7f3c21ffd
parentd842225a9b1a0267ced787ea5a1b9c841231fbe3 (diff)
downloadgit-repair-6ea7eac330f73699d965cef7b8ee23d7218415a8.tar.gz
Fix a few documentation typos.
-rw-r--r--CHANGELOG6
-rw-r--r--doc/index.mdwn2
-rw-r--r--git-repair.12
-rw-r--r--git-repair.cabal2
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 <id@joeyh.name> 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.
.