s/BigCouch/CouchDB
Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/47fd22f9 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/47fd22f9 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/diff/47fd22f9 Branch: refs/heads/import Commit: 47fd22f98824b080fd137a2a43f719f12899d912 Parents: a52d460 Author: Robert Newson <robert.new...@cloudant.com> Authored: Tue Mar 5 14:33:50 2013 -0600 Committer: Robert Newson <robert.new...@cloudant.com> Committed: Tue Mar 5 20:18:08 2013 -0600 ---------------------------------------------------------------------- src/chttpd_db.erl | 2 +- src/chttpd_view.erl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/blob/47fd22f9/src/chttpd_db.erl ---------------------------------------------------------------------- diff --git a/src/chttpd_db.erl b/src/chttpd_db.erl index 4658f6d..35c3d60 100644 --- a/src/chttpd_db.erl +++ b/src/chttpd_db.erl @@ -135,7 +135,7 @@ is_old_couch(Resp) -> end. handle_compact_req(Req, _) -> - Msg = <<"Compaction must be triggered on a per-shard basis in BigCouch">>, + Msg = <<"Compaction must be triggered on a per-shard basis in CouchDB">>, couch_httpd:send_error(Req, 403, forbidden, Msg). handle_view_cleanup_req(Req, Db) -> http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/blob/47fd22f9/src/chttpd_view.erl ---------------------------------------------------------------------- diff --git a/src/chttpd_view.erl b/src/chttpd_view.erl index 6f885ba..61128f7 100644 --- a/src/chttpd_view.erl +++ b/src/chttpd_view.erl @@ -128,7 +128,7 @@ handle_view_req(Req, _Db, _DDoc) -> chttpd:send_method_not_allowed(Req, "GET,POST,HEAD"). handle_temp_view_req(Req, _Db) -> - Msg = <<"Temporary views are not supported in BigCouch">>, + Msg = <<"Temporary views are not supported in CouchDB">>, chttpd:send_error(Req, 403, forbidden, Msg). reverse_key_default(?MIN_STR) -> ?MAX_STR;