mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
doc: Typo fix: "accesability" --> "accessibility" (#30251)
This commit is contained in:
@@ -41,7 +41,7 @@ class InventoryModule(BaseInventoryPlugin):
|
|||||||
self._hosts = set()
|
self._hosts = set()
|
||||||
|
|
||||||
def verify_file(self, path):
|
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)
|
valid = super(InventoryModule, self).verify_file(path)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user