doc: Typo fix: "accesability" --> "accessibility" (#30251)

pull/30300/head
follower 7 years ago committed by René Moser
parent 1fe5171f1a
commit 8489e298ca

@ -41,7 +41,7 @@ class InventoryModule(BaseInventoryPlugin):
self._hosts = set()
def verify_file(self, path):
''' Verify if file is usable by this plugin, base does minimal accesability check '''
''' Verify if file is usable by this plugin, base does minimal accessibility check '''
valid = super(InventoryModule, self).verify_file(path)

Loading…
Cancel
Save