summaryrefslogtreecommitdiff
path: root/ROADMAP
diff options
context:
space:
mode:
authorDaniel Earl Poirier <poirier@apache.org>2010-10-30 17:56:13 +0000
committerDaniel Earl Poirier <poirier@apache.org>2010-10-30 17:56:13 +0000
commit6b803976f25c9199d07f3329baf6433178a07bca (patch)
treece574d5449293fe92074c6e39dd2ac97bfc43968 /ROADMAP
parentcb7ffee82eea68b0b75a562948920cdd0d2d5e81 (diff)
downloadhttpd-6b803976f25c9199d07f3329baf6433178a07bca.tar.gz
Fix a number of typos and misspellings. Reported by Ville Skytta.
PR48496. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029134 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'ROADMAP')
-rw-r--r--ROADMAP2
1 files changed, 1 insertions, 1 deletions
diff --git a/ROADMAP b/ROADMAP
index 44de676798..4c8078002e 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -191,7 +191,7 @@ MAKING APACHE REPOSITORY-AGNOSTIC
than calling apr_dir_open/read/close(), a caller uses
resource->repos->get_children() or somesuch.
- Note that things like mod_dir, mod_autoindex, and mod_negotation
+ Note that things like mod_dir, mod_autoindex, and mod_negotiation
need to be converted to use these mechanisms so that their
functions will work on logical repositories rather than just
filesystems.