You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ji...@apache.org on 2019/09/17 06:53:51 UTC

[couchdb] branch master updated: Fix typo in couch_mrview comment

This is an automated email from the ASF dual-hosted git repository.

jiangphcn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 3302ffa  Fix typo in couch_mrview comment
     new 6c35acd  Merge pull request #2189 from jamieluckett/master
3302ffa is described below

commit 3302ffaa20101438c7c04691d9fc87a99d86aefb
Author: Jamie Luckett <ja...@googlemail.com>
AuthorDate: Mon Sep 16 11:09:36 2019 +0100

    Fix typo in couch_mrview comment
---
 src/couch_mrview/src/couch_mrview.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch_mrview/src/couch_mrview.erl b/src/couch_mrview/src/couch_mrview.erl
index ae1d8d6..d549568 100644
--- a/src/couch_mrview/src/couch_mrview.erl
+++ b/src/couch_mrview/src/couch_mrview.erl
@@ -224,7 +224,7 @@ validate(Db,  DDoc) ->
                 couch_query_servers:ret_os_process(Proc)
             end
     catch {unknown_query_language, _Lang} ->
-        %% Allow users to save ddocs written in uknown languages
+    %% Allow users to save ddocs written in unknown languages
         ok
     end.