diff options
Diffstat (limited to 'lib/chef/win32/api/file.rb')
-rw-r--r-- | lib/chef/win32/api/file.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/win32/api/file.rb b/lib/chef/win32/api/file.rb index 11a18e26d1..eb83e2487d 100644 --- a/lib/chef/win32/api/file.rb +++ b/lib/chef/win32/api/file.rb @@ -540,7 +540,7 @@ BOOL WINAPI VerQueryValue( def file_search_handle(path) # Workaround for CHEF-4419: # Make sure paths starting with "/" has a drive letter - # assigned from the current working diretory. + # assigned from the current working directory. # Note: With CHEF-4427 this issue will be fixed with a # broader fix to map all the paths starting with "/" to # SYSTEM_DRIVE on windows. |