diff options
author | Jan-Uwe Finck <jufi@cvs.openbsd.org> | 2002-07-07 09:02:32 +0000 |
---|---|---|
committer | Jan-Uwe Finck <jufi@cvs.openbsd.org> | 2002-07-07 09:02:32 +0000 |
commit | 41fe8f0cec31733000904d5a122872e99ad664c7 (patch) | |
tree | 2493c8d33a65868031532f712ae2e3d532b48891 /usr.sbin/httpd | |
parent | cd84c90ae341335a0ad90ba9e59a0c4043a52259 (diff) |
enviroment -> environment
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/src/modules/standard/mod_setenvif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/httpd/src/modules/standard/mod_setenvif.c b/usr.sbin/httpd/src/modules/standard/mod_setenvif.c index ac89f3b0af0..1455db58cd7 100644 --- a/usr.sbin/httpd/src/modules/standard/mod_setenvif.c +++ b/usr.sbin/httpd/src/modules/standard/mod_setenvif.c @@ -99,7 +99,7 @@ * * Examples: * - * To set the enviroment variable LOCALHOST if the client is the local + * To set the environment variable LOCALHOST if the client is the local * machine: * * SetEnvIf remote_addr 127.0.0.1 LOCALHOST |