From e0b2fe1ef01ff03ae6287409c7b0424558b13b4a Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Mon, 6 Oct 2008 06:46:45 +0000 Subject: tiny whitespace fix for 409 database error git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@701960 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_httpd.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/couchdb/couch_httpd.erl b/src/couchdb/couch_httpd.erl index e0f6b4f5..77175e1f 100644 --- a/src/couchdb/couch_httpd.erl +++ b/src/couchdb/couch_httpd.erl @@ -253,7 +253,7 @@ send_error(Req, conflict) -> send_error(Req, {doc_validation, Msg}) -> send_error(Req, 406, <<"doc_validation">>, Msg); send_error(Req, file_exists) -> - send_error(Req, 409, <<"file_exists">>, <<"The database could not be" + send_error(Req, 409, <<"file_exists">>, <<"The database could not be " "created, the file already exists.">>); send_error(Req, {Error, Reason}) -> send_error(Req, 500, Error, Reason); -- cgit v1.2.3