Commit fdcf78bba23855311035c8480d0e57373fe094bc

Stefan Sperling 2019-03-26T12:15:11

typo fix in got-worktree(5)

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got-worktree.5 b/got/got-worktree.5
index a8c56f1..69fcf22 100644
--- a/got/got-worktree.5
+++ b/got/got-worktree.5
@@ -111,7 +111,7 @@ Path inside repository the work tree was checked out from.
 .It Pa repository
 Path to the repository the work tree was checked out from.
 .It Pa uuid
-A universal unique identififer for the work tree.
+A universal unique identifier for the work tree.
 .El
 .Sh SEE ALSO
 .Xr got 1 ,