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 2017/04/18 06:29:11 UTC

[couchdb] 02/04: [fixup] Fix typo in stats releasees -> releases

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

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

commit d092ed8d588fb3d8c2e9405b4b04ef774b1873a3
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Tue Apr 18 01:38:01 2017 -0400

    [fixup] Fix typo in stats releasees -> releases
---
 src/couch_replicator/priv/stats_descriptions.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch_replicator/priv/stats_descriptions.cfg b/src/couch_replicator/priv/stats_descriptions.cfg
index 627da79..79dead4 100644
--- a/src/couch_replicator/priv/stats_descriptions.cfg
+++ b/src/couch_replicator/priv/stats_descriptions.cfg
@@ -134,7 +134,7 @@
     {type, counter},
     {desc, <<"number of connections created">>}
 ]}.
-{[couch_replicator, connection, releasees], [
+{[couch_replicator, connection, releases], [
     {type, counter},
     {desc, <<"number of times ownership of a connection is released">>}
 ]}.

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.