Commit Diff


commit - b7482b5c02da35acb2ae0fb464cf1764dd2773b3
commit + 084908911f9a72bcb493a00bcc5e9998cbe29415
blob - 612501c6400f2181e5c364afda6f4d315c590eb6
blob + 29d2afbdc2b33025c24db038c2e37243620bf601
--- main.c
+++ main.c
@@ -91,7 +91,7 @@ admd_conf(const char *key, const char *value)
 {
 	if (key == NULL) {
 		if (authservid == NULL)
-			osmtpd_errx(1, "Didn't receieve admd config option");
+			osmtpd_errx(1, "Didn't receive admd config option");
 		return;
 	}
 	if (strcmp(key, "admd") == 0 && authservid == NULL) {