Small spelling fix in dynamic_inventory.py

Change-Id: Iaff879bf86af100c97c5f56d098d20a7f99bc8c1
This commit is contained in:
Major Hayden 2015-10-26 13:52:30 -05:00
parent 478814015d
commit 8355f191de

View File

@ -884,7 +884,7 @@ def main():
# Exit if no user_config was found and loaded
if not user_defined_config:
raise SystemExit(
'No user config loadaed\n'
'No user config loaded\n'
'No openstack_user_config files are available in either the base'
' location or the conf.d directory'
)