From 2cd2f96ce639a9d5ecea822e9626a6e25fc69405 Mon Sep 17 00:00:00 2001 From: Warwick Poole Date: Tue, 28 Jan 2014 10:40:24 -0500 Subject: [PATCH] fix two minor typos in the ui.error message --- lib/chef/knife/rackspace_base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chef/knife/rackspace_base.rb b/lib/chef/knife/rackspace_base.rb index 8b4066a..c6fef70 100644 --- a/lib/chef/knife/rackspace_base.rb +++ b/lib/chef/knife/rackspace_base.rb @@ -112,7 +112,7 @@ def region_warning_for_v1 def connection_params(options={}) unless locate_config_value(:rackspace_region) - ui.error "Please specify region via the command line using the --rackpace-region switch oradd a knife[:rackspace_region] = REGION to your knife file." + ui.error "Please specify region via the command line using the --rackspace-region switch or add a knife[:rackspace_region] = REGION to your knife file." exit 1 end