summaryrefslogtreecommitdiffstats
path: root/cgi/cgidaemon.c
diff options
context:
space:
mode:
authorSam Varshavchik2022-03-22 07:01:49 -0400
committerGitHub2022-03-22 07:01:49 -0400
commit869e8b780c21d90ef50c91ad9e4c677f6047fb01 (patch)
tree8ec8ab7017d194d84749d670a5ab81cffcd20f9f /cgi/cgidaemon.c
parent86e68b439f8c5ee56bb74078906f94bf8a498982 (diff)
parenta1828069b5d9d04061a9bf6d02a157a3e645bf0f (diff)
downloadcourier-libs-869e8b780c21d90ef50c91ad9e4c677f6047fb01.tar.bz2
Merge pull request #24 from roelvanmeer/debian-patches
Debian patches
Diffstat (limited to 'cgi/cgidaemon.c')
-rw-r--r--cgi/cgidaemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/cgidaemon.c b/cgi/cgidaemon.c
index 25bf01a..376a71a 100644
--- a/cgi/cgidaemon.c
+++ b/cgi/cgidaemon.c
@@ -46,7 +46,7 @@ static void err(const char *func, const char *msg)
"<html><head><title>Internal error</title></head>\n"
"<body><h1>Internal Error</h1>\n"
"<p>The webmail system is temporarily unavailable. An error"
- " occured in function %s: %s</p></body></html>\n", func,
+ " occurred in function %s: %s</p></body></html>\n", func,
msg);
fflush(stdout);
exit(0);