Commit 3190d68a817b96cbbd668a8a241ad3ba38e6c9b8

Stefan Sperling 2019-07-14T13:56:15

fix typo in git-repository.5

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/git-repository.5 b/got/git-repository.5
index 1ed1bca..a52a079 100644
--- a/got/git-repository.5
+++ b/got/git-repository.5
@@ -150,7 +150,7 @@ Set by some Git operations.
 .It Pa FETCH_HEAD
 Reference to a branch tip commit most recently fetched from another repository.
 .It Pa branches/
-Legacy directory used by the deprectated Gogito Git interface.
+Legacy directory used by the deprecated Gogito Git interface.
 .It Pa config
 Git configuration file. See
 .Xr git-config 1 .