diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/httpd/conf/httpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/conf/httpd.conf b/usr.sbin/httpd/conf/httpd.conf index 86cba6fbda4..5fb36f5eec1 100644 --- a/usr.sbin/httpd/conf/httpd.conf +++ b/usr.sbin/httpd/conf/httpd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: httpd.conf,v 1.22 2008/01/25 09:59:57 sthen Exp $ +# $OpenBSD: httpd.conf,v 1.23 2008/04/25 12:06:45 sthen Exp $ # # Based upon the NCSA server configuration files originally by Rob McCool. # @@ -415,7 +415,7 @@ DocumentRoot "/var/www/htdocs" # # UserDir: The directory which is prepended onto a users username, within # which a users's web pages are looked for if a ~user request is received. -# Relative pathes are relative to the user's home directory. +# Relative paths are relative to the user's home directory. # # "disabled" turns this feature off. # |