Misc typo fixes (#49816)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2018-12-14 15:12:58 +05:30
committed by GitHub
parent 7609a8cdd6
commit 013c42b14f
24 changed files with 37 additions and 37 deletions

View File

@@ -363,7 +363,7 @@ def main():
target_state = module.params['state']
server = AnsibleCloudscaleServer(module)
# The server could be in a changeing or error state.
# The server could be in a changing or error state.
# Wait for one of the allowed states before doing anything.
# If an allowed state can't be reached, this module fails.
if server.info['state'] not in ALLOWED_STATES: