From 132ca0b3679908654409d3338f3e1b763fe81167 Mon Sep 17 00:00:00 2001 From: Joshua Lund Date: Tue, 18 Jun 2013 12:26:40 -0600 Subject: [PATCH] Fixed a few small typos --- cloud/quantum_router_interface | 2 +- notification/mail | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/quantum_router_interface b/cloud/quantum_router_interface index dfc01e2928e..f85ac1a311b 100644 --- a/cloud/quantum_router_interface +++ b/cloud/quantum_router_interface @@ -239,7 +239,7 @@ def main(): if module.params['state'] == 'absent': port_id = _get_port_id(quantum, module, router_id, subnet_id) if not port_id: - module.exit_json(changed = False, result = "Sucess") + module.exit_json(changed = False, result = "Success") _remove_interface_router(quantum, module, router_id, subnet_id) module.exit_json(changed=True, result="Deleted") diff --git a/notification/mail b/notification/mail index b3d9dc794fe..76d39cc6b27 100644 --- a/notification/mail +++ b/notification/mail @@ -103,7 +103,7 @@ options: EXAMPLES = ''' # Example playbook sending mail to root -- local_action: mail msg='System ${ansible_hostname} has been sucessfully provisioned.' +- local_action: mail msg='System ${ansible_hostname} has been successfully provisioned.' # Send e-mail to a bunch of users, attaching files - local_action: mail