Merge pull request #1829 from vlajos/typofixes-vlajos-20150807

typofix - https://github.com/vlajos/misspell_fixer
(cherry picked from commit b7baa899e2)

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Ben Firshman 2015-08-10 22:13:30 +01:00 committed by Aanand Prasad
parent 7850d6de45
commit 16440ff055
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ from compose import config
def make_service_dict(name, service_dict, working_dir):
"""
Test helper function to contruct a ServiceLoader
Test helper function to construct a ServiceLoader
"""
return config.ServiceLoader(working_dir=working_dir).make_service_dict(name, service_dict)