From d0276eccf24bc39295de08f9d1170751e4c04c7f Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Thu, 5 Nov 2009 12:29:53 +0000 Subject: typo, thanks David Coallier git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@833038 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_httpd_db.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/couchdb/couch_httpd_db.erl b/src/couchdb/couch_httpd_db.erl index 3e33bd79..88c51cf7 100644 --- a/src/couchdb/couch_httpd_db.erl +++ b/src/couchdb/couch_httpd_db.erl @@ -45,7 +45,7 @@ handle_request(#httpd{path_parts=[DbName|RestParts],method=Method, false -> delete_db_req(Req, DbName); _Rev -> throw({bad_request, "You tried to DELETE a database with a ?=rev parameter. " - ++ "Did mean to DELETE a document instead?"}) + ++ "Did you mean to DELETE a document instead?"}) end; {_, []} -> do_db_req(Req, fun db_req/2); -- cgit v1.2.3