summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd_rewrite.erl
diff options
context:
space:
mode:
authorBenoit Chesneau <benoitc@apache.org>2010-02-01 00:17:48 +0000
committerBenoit Chesneau <benoitc@apache.org>2010-02-01 00:17:48 +0000
commit7562fb3da9b270dc1ef6c44fdb1670fa53ee2d96 (patch)
tree6baf01d9d7da44cb267ef47f4b021586272a2ebc /src/couchdb/couch_httpd_rewrite.erl
parenta874df4ab163a251df931ae3551ebfb94361d73d (diff)
typo
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@905150 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/couch_httpd_rewrite.erl')
-rw-r--r--src/couchdb/couch_httpd_rewrite.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/couchdb/couch_httpd_rewrite.erl b/src/couchdb/couch_httpd_rewrite.erl
index 5dac5387..452873d9 100644
--- a/src/couchdb/couch_httpd_rewrite.erl
+++ b/src/couchdb/couch_httpd_rewrite.erl
@@ -31,7 +31,7 @@
%%
%% {
%% ....
-%% "rewrite": [
+%% "rewrites": [
%% {
%% "from": "",
%% "to": "index.html",
@@ -57,7 +57,7 @@
%% "*". ex:
%% /somepath/:var/*
%%
-%% This path are converted in erlang list by splitting "/". Each var are
+%% This path is converted in erlang list by splitting "/". Each var are
%% converted in atom. "*" is converted to '*' atom. The pattern matching is done
%% by splitting "/" in request url in a list of token. A string pattern will
%% match equal token. The star atom ('*' in single quotes) will match any number