diff options
author | David Krause <david@cvs.openbsd.org> | 2007-03-01 20:48:36 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2007-03-01 20:48:36 +0000 |
commit | 791e4f4d75b94f69d848fcdec52d04d3e6b490c5 (patch) | |
tree | ae95f28c523d464ee25db0b03f7cc3cb08ee2089 /usr.sbin/httpd | |
parent | d7a303d18829ee3ce68c798b0453b92d7ac59d63 (diff) |
spell address correctly; ok jmc@ henning@
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/src/modules/keynote/mod_keynote.c | 2 | ||||
-rw-r--r-- | usr.sbin/httpd/src/modules/standard/mod_so.c | 4 | ||||
-rw-r--r-- | usr.sbin/httpd/src/support/README | 2 | ||||
-rw-r--r-- | usr.sbin/httpd/src/support/logresolve.8 | 6 |
4 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/httpd/src/modules/keynote/mod_keynote.c b/usr.sbin/httpd/src/modules/keynote/mod_keynote.c index 892da6adfdb..7f33f430a9a 100644 --- a/usr.sbin/httpd/src/modules/keynote/mod_keynote.c +++ b/usr.sbin/httpd/src/modules/keynote/mod_keynote.c @@ -156,7 +156,7 @@ add_action_attributes(int sessid, request_rec *r) add_action_attribute(sessid, "LocalTimeOfDay", mytimeofday, r); add_action_attribute(sessid, "local_address", r->connection->local_ip, r); - add_action_attribute(sessid, "remote_adress", r->connection->remote_ip, r); + add_action_attribute(sessid, "remote_address", r->connection->remote_ip, r); if (r->connection->local_host != NULL) add_action_attribute(sessid, "local_hostname", diff --git a/usr.sbin/httpd/src/modules/standard/mod_so.c b/usr.sbin/httpd/src/modules/standard/mod_so.c index e344bafca4b..737ff46e6d1 100644 --- a/usr.sbin/httpd/src/modules/standard/mod_so.c +++ b/usr.sbin/httpd/src/modules/standard/mod_so.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mod_so.c,v 1.14 2005/02/09 12:13:10 henning Exp $ */ +/* $OpenBSD: mod_so.c,v 1.15 2007/03/01 20:48:34 david Exp $ */ /* ==================================================================== * The Apache Software License, Version 1.1 @@ -302,7 +302,7 @@ static const char *load_module(cmd_parms *cmd, void *dummy, /* * This implements the LoadFile directive and loads an arbitrary - * shared object file into the adress space of the server process. + * shared object file into the address space of the server process. */ static const char *load_file(cmd_parms *cmd, void *dummy, char *filename) diff --git a/usr.sbin/httpd/src/support/README b/usr.sbin/httpd/src/support/README index 5130b9ba704..eb93fff03a4 100644 --- a/usr.sbin/httpd/src/support/README +++ b/usr.sbin/httpd/src/support/README @@ -46,7 +46,7 @@ log_server_status it to a file. logresolve - resolve hostnames for IP-adresses in Apache logfiles + resolve hostnames for IP-addresses in Apache logfiles phf_abuse_log.cgi This script can be used to detect people trying to abuse an ancient diff --git a/usr.sbin/httpd/src/support/logresolve.8 b/usr.sbin/httpd/src/support/logresolve.8 index 4e13b8d4207..a4c9b963df0 100644 --- a/usr.sbin/httpd/src/support/logresolve.8 +++ b/usr.sbin/httpd/src/support/logresolve.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: logresolve.8,v 1.8 2004/12/21 16:09:34 jmc Exp $ +.\" $OpenBSD: logresolve.8,v 1.9 2007/03/01 20:48:35 david Exp $ .\" ==================================================================== .\" The Apache Software License, Version 1.1 .\" @@ -61,7 +61,7 @@ .Os .Sh NAME .Nm logresolve -.Nd resolve hostnames for IP adresses in Apache logfiles +.Nd resolve hostnames for IP addresses in Apache logfiles .Sh SYNOPSIS .Nm logresolve .Op Fl c @@ -72,7 +72,7 @@ .Ar access_log.new .Sh DESCRIPTION .Nm -is a post-processing program to resolve IP adresses in +is a post-processing program to resolve IP addresses in .Xr httpd 8 Ns 's access logfiles. To minimize impact on the nameserver, |