Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in node local _replicate handler #1260

Merged

Conversation

nickva
Copy link
Contributor

@nickva nickva commented Apr 2, 2018

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

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
```
@nickva nickva force-pushed the fix-typo-in-node-local-replicate-handler branch from 7bb567c to 3d144b8 Compare April 2, 2018 21:28
@tonysun83
Copy link
Contributor

+1

@nickva nickva merged commit 948a131 into apache:master Apr 3, 2018
@nickva nickva deleted the fix-typo-in-node-local-replicate-handler branch April 3, 2018 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants