Commit 450eaa8b146d79bea2967c484686831ecd608c14

Stefan Sperling 2018-12-23T12:12:12

typos

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/include/got_object.h b/include/got_object.h
index 2bfa31d..17bb86d 100644
--- a/include/got_object.h
+++ b/include/got_object.h
@@ -157,10 +157,10 @@ time_t got_object_commit_get_author_gmtoff(struct got_commit_object *);
 /* Get the committer's name and email address. */
 const char *got_object_commit_get_committer(struct got_commit_object *);
 
-/* Get an committer's commit timestamp in UTC. */
+/* Get a committer's commit timestamp in UTC. */
 time_t got_object_commit_get_committer_time(struct got_commit_object *);
 
-/* Get an committer's timezone offset. */
+/* Get a committer's timezone offset. */
 time_t got_object_commit_get_committer_gmtoff(struct got_commit_object *);
 
 /* Get the commit log message. */