Merge pull request #27450 from ticosax/fix-typo

[dockerng] Fix typo in docstring
This commit is contained in:
Mike Place 2015-09-28 08:27:35 -06:00
commit c639931340

View file

@ -68,7 +68,7 @@ NOTSET = object()
def __virtual__():
'''
Only load if the dockerio execution module is available
Only load if the dockerng execution module is available
'''
if 'dockerng.version' in __salt__:
global _validate_input # pylint: disable=global-statement