You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2020/01/22 15:28:16 UTC

[couchdb] 01/01: Fix misspelling in dreyfus

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

vatamane pushed a commit to branch fix-misspelling
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 72875270c3c7d6df4375fdcda3f7463a5d1f0c32
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Wed Jan 22 10:22:53 2020 -0500

    Fix misspelling in dreyfus
    
    dreyful -> dreyfus
---
 src/dreyfus/src/dreyfus_fabric_search.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dreyfus/src/dreyfus_fabric_search.erl b/src/dreyfus/src/dreyfus_fabric_search.erl
index c0ebde1..c43a98d 100644
--- a/src/dreyfus/src/dreyfus_fabric_search.erl
+++ b/src/dreyfus/src/dreyfus_fabric_search.erl
@@ -56,7 +56,7 @@ go(DbName, DDoc, IndexName, #index_query_args{}=QueryArgs) ->
     Shards = dreyfus_util:get_shards(DbName, QueryArgs),
     LiveNodes = [node() | nodes()],
     LiveShards = [S || #shard{node=Node} = S <- Shards, lists:member(Node, LiveNodes)],
-    RingOpts = dreyful_util:get_ring_opts(QueryArgs, LiveShards),
+    RingOpts = dreyfus_util:get_ring_opts(QueryArgs, LiveShards),
     Bookmark1 = dreyfus_bookmark:add_missing_shards(Bookmark0, LiveShards),
     Counters0 = lists:flatmap(fun({#shard{name=Name, node=N} = Shard, After}) ->
         QueryArgs1 = dreyfus_util:export(QueryArgs#index_query_args{