summaryrefslogtreecommitdiff
path: root/spec/functional/resource/aixinit_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/functional/resource/aixinit_service_spec.rb')
-rwxr-xr-xspec/functional/resource/aixinit_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/aixinit_service_spec.rb b/spec/functional/resource/aixinit_service_spec.rb
index 3d3234f0f7..19b65ca2a0 100755
--- a/spec/functional/resource/aixinit_service_spec.rb
+++ b/spec/functional/resource/aixinit_service_spec.rb
@@ -28,7 +28,7 @@ describe Chef::Resource::Service, :requires_root, :aix_only do
# Platform specific validation routines.
def service_should_be_started(file_name)
- # The existance of this file indicates that the service was started.
+ # The existence of this file indicates that the service was started.
expect(File.exists?("/tmp/#{file_name}")).to be_truthy
end