commit 450eaa8b146d79bea2967c484686831ecd608c14 from: Stefan Sperling date: Sun Dec 23 11:12:12 2018 UTC typos commit - 2df4e4ff8d55414909311ec5dabbd5ed73bccf18 commit + 450eaa8b146d79bea2967c484686831ecd608c14 blob - 2bfa31df213c408dfa72288100da41d06ef008b8 blob + 17bb86dfcb85bb18275fcb5dea4c782859da9699 --- include/got_object.h +++ include/got_object.h @@ -157,10 +157,10 @@ time_t got_object_commit_get_author_gmtoff(struct got_ /* 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. */