From 7562fb3da9b270dc1ef6c44fdb1670fa53ee2d96 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Mon, 1 Feb 2010 00:17:48 +0000 Subject: typo git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@905150 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_httpd_rewrite.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/couchdb/couch_httpd_rewrite.erl') 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 -- cgit v1.2.3