Commit e506bf32df3fd26118a496be3cbf59b130d8bd38

Stefan Sperling 2018-04-23T15:39:51

typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/object.c b/lib/object.c
index 0e0b901..94349e0 100644
--- a/lib/object.c
+++ b/lib/object.c
@@ -801,7 +801,7 @@ read_commit_object_privsep(struct got_commit_object **commit,
 		return got_error_from_errno();
 	else if (pid == 0) {
 		read_commit_object_privsep_child(obj, fd, imsg_fds);
-		/* no reached */
+		/* not reached */
 	}
 
 	close(imsg_fds[1]);