Commit Diff


commit - d0b9836b2ff0ddbe37b3dea6be10afdb14b65175
commit + e0586a74fdd1c8da68d9ecce4078de8b4602df16
blob - 44d2e9fa2efa721d3ada4822ca376499668d31aa
blob + bbf6b833ae72af971965e84ef52ef83124c4a492
--- lib/error.c
+++ lib/error.c
@@ -41,7 +41,7 @@
 #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" },