diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-09 00:30:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-09 00:30:13 +0000 |
commit | 6f517c033b452349bc97c162928dfecb85f0c043 (patch) | |
tree | 76ed3a38c4232650959e8aca8efa925fc5407c63 /www | |
parent | 1380f9cec64ce190e8f8a0296512ae18be6651f8 (diff) | |
download | pkgsrc-6f517c033b452349bc97c162928dfecb85f0c043.tar.gz |
Fix a typo in a comment.
Diffstat (limited to 'www')
-rw-r--r-- | www/thttpd/files/thttpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/thttpd/files/thttpd.conf b/www/thttpd/files/thttpd.conf index c86c998883a..10a269c68cd 100644 --- a/www/thttpd/files/thttpd.conf +++ b/www/thttpd/files/thttpd.conf @@ -1,8 +1,8 @@ -# $NetBSD: thttpd.conf,v 1.5 2000/12/18 00:16:26 jlam Exp $ +# $NetBSD: thttpd.conf,v 1.6 2007/09/09 00:30:13 jlam Exp $ # # thttpd (tiny/turbo/throttling HTTP server) configuration file # -# Blank lines are prohibitted in this file. +# Blank lines are prohibited in this file. # # Root directory of the web site. dir=@PREFIX@/share/thttpd |