summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/resource/windows_printer_port.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/windows_printer_port.rb b/lib/chef/resource/windows_printer_port.rb
index ba718bb413..75e2f824e4 100644
--- a/lib/chef/resource/windows_printer_port.rb
+++ b/lib/chef/resource/windows_printer_port.rb
@@ -76,7 +76,7 @@ class Chef
end
action :create do
- description "Create the new printer port if it does not already exist."
+ description "Create the new printer port if it does not already exist."
if current_resource.exists
Chef::Log.info "#{@new_resource} already exists - nothing to do."
@@ -88,7 +88,7 @@ class Chef
end
action :delete do
- description "Delete an existing printer port."
+ description "Delete an existing printer port."
if current_resource.exists
converge_by("Delete #{@new_resource}") do