summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2015-10-18 20:45:04 -0700
committerTim Smith <tsmith84@gmail.com>2015-10-18 20:45:04 -0700
commitdd75aa5d25ea9814164eac2c2cb09a8acadb6bae (patch)
treed0b0c6bba4614361cd68d0b9e5ecd25747575cf8
parenteaf8806a7b8715c1e4ebb2f5160284fda6e97e66 (diff)
downloadchef-dd75aa5d25ea9814164eac2c2cb09a8acadb6bae.tar.gz
Fix spelling error
-rw-r--r--lib/chef/provider/package/yum.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/package/yum.rb b/lib/chef/provider/package/yum.rb
index 81454380a3..aff8dc9326 100644
--- a/lib/chef/provider/package/yum.rb
+++ b/lib/chef/provider/package/yum.rb
@@ -791,7 +791,7 @@ class Chef
"/usr/bin/python"
end
rescue StandardError => e
- Chef::Log.warn("An error occured attempting to determine correct python executable. Using default.")
+ Chef::Log.warn("An error occurred attempting to determine correct python executable. Using default.")
Chef::Log.debug(e)
"/usr/bin/python"
end