You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2015/10/01 17:21:11 UTC

[2/4] mem3 commit: updated refs/heads/master to 62ac9b2

Fix typo in behaviour name


Project: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/commit/7f8ec0fe
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/tree/7f8ec0fe
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/diff/7f8ec0fe

Branch: refs/heads/master
Commit: 7f8ec0fe69543d370d3a3ad4a34ddb91ca2ea610
Parents: ae6fe15
Author: ILYA Khlopotov <ii...@ca.ibm.com>
Authored: Mon Sep 28 13:23:38 2015 -0700
Committer: ILYA Khlopotov <ii...@ca.ibm.com>
Committed: Mon Sep 28 13:23:38 2015 -0700

----------------------------------------------------------------------
 src/mem3_epi.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-mem3/blob/7f8ec0fe/src/mem3_epi.erl
----------------------------------------------------------------------
diff --git a/src/mem3_epi.erl b/src/mem3_epi.erl
index 5c9f04c..41588f3 100644
--- a/src/mem3_epi.erl
+++ b/src/mem3_epi.erl
@@ -13,7 +13,7 @@
 
 -module(mem3_epi).
 
--behaviour(couch_epi_plugins).
+-behaviour(couch_epi_plugin).
 
 -export([
     app/0,