From 512d7ba5318b37fbdacaab3377e2f2f4ff8a3889 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 16 Jun 2013 22:09:35 -0400 Subject: [PATCH] Spelling fixes --- library/cloud/glance_image | 2 +- library/cloud/quantum_network | 4 ++-- library/cloud/quantum_subnet | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library/cloud/glance_image b/library/cloud/glance_image index d792272cf3..3ef823d1ae 100644 --- a/library/cloud/glance_image +++ b/library/cloud/glance_image @@ -85,7 +85,7 @@ options: default: None is_public: description: - - Wether the image can be accessed publicly + - Whether the image can be accessed publicly required: false default: 'yes' copy_from: diff --git a/library/cloud/quantum_network b/library/cloud/quantum_network index d2b263a9af..09cedc670f 100644 --- a/library/cloud/quantum_network +++ b/library/cloud/quantum_network @@ -86,12 +86,12 @@ options: default: false shared: description: - - Wether this network is shared or not + - Whether this network is shared or not required: false default: false admin_state_up: description: - - Wether the state should be marked as up or down + - Whether the state should be marked as up or down required: false default: true requirements: ["quantumclient", "keystoneclient"] diff --git a/library/cloud/quantum_subnet b/library/cloud/quantum_subnet index deee46cd83..5835cb6fbb 100644 --- a/library/cloud/quantum_subnet +++ b/library/cloud/quantum_subnet @@ -81,7 +81,7 @@ options: default: 4 enable_dhcp: description: - - Wether DHCP should be enabled for this subnet. + - Whether DHCP should be enabled for this subnet. required: false default: true gateway_ip: