Commit ef9e2ed740d8ce0c6a790f813d768db9b3fcc4ed

Stefan Sperling 2020-04-19T10:28:06

fix another 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 e66e35c..c3d8db9 100644
--- a/got/git-repository.5
+++ b/got/git-repository.5
@@ -53,7 +53,7 @@ A
 .Em tag
 object associates a user-defined label with another object, which is
 typically a commit object.
-Tag objects also contains a tag message, as well as author and
+Tag objects also contain a tag message, as well as author and
 timestamp information.
 .El
 .Pp