Spelling: replace respositories with repositories (#37053)

This commit is contained in:
Josh Soref 2019-01-02 08:13:54 -05:00 committed by Luca Cavanna
parent d3e98278c3
commit 565a95c382
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class RestGetRepositoriesAction extends BaseRestHandler {
@Override
public String getName() {
return "get_respositories_action";
return "get_repositories_action";
}
@Override