Commit Diff
--- lib/error.c +++ lib/error.c @@ -49,7 +49,7 @@ char *__xpg_strerror_r(int, char *, size_t); #endif static const struct got_error got_errors[] = { - { GOT_ERR_OK, "no error occured?!?" }, + { GOT_ERR_OK, "no error occurred?!?" }, { GOT_ERR_ERRNO, "see errno" }, { GOT_ERR_NOT_GIT_REPO, "no git repository found" }, { GOT_ERR_BAD_FILETYPE, "bad file type" },