You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2010/02/01 01:17:49 UTC

svn commit: r905150 - /couchdb/trunk/src/couchdb/couch_httpd_rewrite.erl

Author: benoitc
Date: Mon Feb  1 00:17:48 2010
New Revision: 905150

URL: http://svn.apache.org/viewvc?rev=905150&view=rev
Log:
typo

Modified:
    couchdb/trunk/src/couchdb/couch_httpd_rewrite.erl

Modified: couchdb/trunk/src/couchdb/couch_httpd_rewrite.erl
URL: http://svn.apache.org/viewvc/couchdb/trunk/src/couchdb/couch_httpd_rewrite.erl?rev=905150&r1=905149&r2=905150&view=diff
==============================================================================
--- couchdb/trunk/src/couchdb/couch_httpd_rewrite.erl (original)
+++ couchdb/trunk/src/couchdb/couch_httpd_rewrite.erl Mon Feb  1 00:17:48 2010
@@ -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