You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/04/02 21:27:31 UTC

[GitHub] nickva opened a new pull request #1260: Fix typo in node local _replicate handler

nickva opened a new pull request #1260: Fix typo in node local _replicate handler
URL: https://github.com/apache/couchdb/pull/1260
 
 
   Dialyzer run discovered:
   
   ```
   Unknown function couch_replicator_httpd_utils:validate_rep_props/1
   ```
   
   Indeed, the function should be
   ```
   couch_replicator_httpd_util:validate_rep_props/1
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services