apply debian/patches/spelling.patch
description: fix upstream spelling errors author: Michael Gilbert <mgilbert@debian.org>personal/stbuehler/mod-csrf
parent
a90c2ffbeb
commit
b1405360fe
|
@ -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.");
|
||||
}
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue