summaryrefslogtreecommitdiff
path: root/lib/chef/dsl
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2014-11-08 09:06:54 +0000
committerVeres Lajos <vlajos@gmail.com>2014-11-08 22:15:44 +0000
commit5c489b2fb6f10e5ba39d804524d754139e0b2dc9 (patch)
treee8f17c800ea6bd1441b982f413c51f9c62e9770f /lib/chef/dsl
parent5d7f05a0436b85929a0a764807fa81b26b3d4fb8 (diff)
downloadchef-5c489b2fb6f10e5ba39d804524d754139e0b2dc9.tar.gz
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'lib/chef/dsl')
-rw-r--r--lib/chef/dsl/reboot_pending.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/dsl/reboot_pending.rb b/lib/chef/dsl/reboot_pending.rb
index a81debce99..7af67e94a5 100644
--- a/lib/chef/dsl/reboot_pending.rb
+++ b/lib/chef/dsl/reboot_pending.rb
@@ -47,7 +47,7 @@ class Chef
# Vista + Server 2008 and newer may have reboots pending from CBS
registry_key_exists?('HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\RebootRequired') ||
- # The mere existance of the UpdateExeVolatile key should indicate a pending restart for certain updates
+ # The mere existence of the UpdateExeVolatile key should indicate a pending restart for certain updates
# http://support.microsoft.com/kb/832475
(registry_key_exists?('HKLM\SOFTWARE\Microsoft\Updates\UpdateExeVolatile') &&
!registry_get_values('HKLM\SOFTWARE\Microsoft\Updates\UpdateExeVolatile').select { |v| v[:name] == "Flags" }[0].nil? &&