Commit 9dce68ed71a6a7617b54a434b4bf2d3c98cd49eb

Stefan Sperling 2018-03-10T17:44:23

typo in comment

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/worktree.c b/lib/worktree.c
index 419d62d..cf72425 100644
--- a/lib/worktree.c
+++ b/lib/worktree.c
@@ -144,7 +144,7 @@ got_worktree_init(const char *path, struct got_reference *head_ref,
 	if (err)
 		goto done;
 
-	/* Stamp repository with format file. */
+	/* Stamp work tree with format file. */
 	if (asprintf(&formatstr, "%d", GOT_WORKTREE_FORMAT_VERSION) == -1) {
 		err = got_error(GOT_ERR_NO_MEM);
 		goto done;