Commit Diff


commit - df7661fbe80cd534a2bddad93e4d4279dd51558e
commit + 9f6cdac7cdb5361b91da7a72bacd25be067576a2
blob - 633fbef71fbfd1a5c044f93fc954198b06d9fb18
blob + 459648b8fe518ba753898cc1da588ca57ea26e19
--- 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" },