Author: benoitc
Date: Tue Sep 27 08:18:22 2011
New Revision: 1176267

URL: http://svn.apache.org/viewvc?rev=1176267&view=rev
Log:
fix typos

Modified:
    couchdb/trunk/src/couch_index/src/couch_index.app.src
    couchdb/trunk/src/couch_mrview/src/couch_mrview.app.src

Modified: couchdb/trunk/src/couch_index/src/couch_index.app.src
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/src/couch_index/src/couch_index.app.src?rev=1176267&r1=1176266&r2=1176267&view=diff
==============================================================================
--- couchdb/trunk/src/couch_index/src/couch_index.app.src (original)
+++ couchdb/trunk/src/couch_index/src/couch_index.app.src Tue Sep 27 08:18:22 
2011
@@ -18,5 +18,5 @@
         couch_index_server
     ]},
     {registered, [couch_index_server]},
-    {applications, [kernel, stdlib]},
+    {applications, [kernel, stdlib]}
 ]}.

Modified: couchdb/trunk/src/couch_mrview/src/couch_mrview.app.src
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/src/couch_mrview/src/couch_mrview.app.src?rev=1176267&r1=1176266&r2=1176267&view=diff
==============================================================================
--- couchdb/trunk/src/couch_mrview/src/couch_mrview.app.src (original)
+++ couchdb/trunk/src/couch_mrview/src/couch_mrview.app.src Tue Sep 27 08:18:22 
2011
@@ -24,5 +24,5 @@
         couch_mrview_util
     ]},
     {registered, []},
-    {applications, [kernel, stdlib, couch_index]},
+    {applications, [kernel, stdlib, couch_index]}
 ]}.


Reply via email to