apply debian/patches/spelling.patch

description: fix upstream spelling errors
author: Michael Gilbert <mgilbert@debian.org>
personal/stbuehler/mod-csrf
Glenn Strauss 2017-01-19 03:09:50 -05:00
parent a90c2ffbeb
commit b1405360fe
2 changed files with 2 additions and 2 deletions

View File

@ -1594,7 +1594,7 @@ static int scgi_establish_connection(server *srv, handler_ctx *hctx) {
/* this is Linux only */
log_error_write(srv, __FILE__, __LINE__, "s",
"If this happend on Linux: You have been run out of local ports. "
"If this happened on Linux: You have been run out of local ports. "
"Check the manual, section Performance how to handle this.");
}

View File

@ -799,7 +799,7 @@ static int process_ssi_stmt(server *srv, connection *con, handler_ctx *p, const
execl("/bin/sh", "sh", "-c", cmd, (char *)NULL);
log_error_write(srv, __FILE__, __LINE__, "sss", "spawing exec failed:", strerror(errno), cmd);
log_error_write(srv, __FILE__, __LINE__, "sss", "spawning exec failed:", strerror(errno), cmd);
_exit(errno);
}
case -1: