fix typo in edit_config_capability name (#44102)

This commit is contained in:
Lindsay Hill 2018-08-13 20:47:50 -07:00 committed by Trishna Guha
commit 727503c5ab
9 changed files with 9 additions and 9 deletions

View file

@ -402,7 +402,7 @@ class CliconfBase(AnsiblePlugin):
"""
pass
def check_edit_config_capabiltiy(self, operations, candidate=None, commit=True, replace=None, comment=None):
def check_edit_config_capability(self, operations, candidate=None, commit=True, replace=None, comment=None):
if not candidate and not replace:
raise ValueError("must provide a candidate or replace to load configuration")