Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed May 18, 2013
1 parent cc73cee commit 0714b63
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion spec/darwin/file_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include Serverspec::Helper::Darwin

describe 'Serverspec service matchers of Darwin family' do
describe 'Serverspec file matchers of Darwin family' do
it_behaves_like 'support file be_file matcher', '/etc/ssh/sshd_config'
it_behaves_like 'support file be_directory matcher', '/etc/ssh'
it_behaves_like 'support file contain matcher', '/etc/ssh/sshd_config', 'This is the sshd server system-wide configuration file'
Expand Down
2 changes: 1 addition & 1 deletion spec/darwin/port_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

include Serverspec::Helper::Darwin

describe 'Serverspec package matchers of Darwin family' do
describe 'Serverspec port matchers of Darwin family' do
it_behaves_like 'support port listening matcher', 80
end
2 changes: 1 addition & 1 deletion spec/debian/file_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include Serverspec::Helper::Debian

describe 'Serverspec service matchers of Debian family' do
describe 'Serverspec file matchers of Debian family' do
it_behaves_like 'support file be_file matcher', '/etc/ssh/sshd_config'
it_behaves_like 'support file be_directory matcher', '/etc/ssh'
it_behaves_like 'support file contain matcher', '/etc/ssh/sshd_config', 'This is the sshd server system-wide configuration file'
Expand Down
2 changes: 1 addition & 1 deletion spec/debian/port_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

include Serverspec::Helper::Debian

describe 'Serverspec package matchers of Debian family' do
describe 'Serverspec port matchers of Debian family' do
it_behaves_like 'support port listening matcher', 80
end
2 changes: 1 addition & 1 deletion spec/gentoo/file_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include Serverspec::Helper::Gentoo

describe 'Serverspec service matchers of Gentoo family' do
describe 'Serverspec file matchers of Gentoo family' do
it_behaves_like 'support file be_file matcher', '/etc/ssh/sshd_config'
it_behaves_like 'support file be_directory matcher', '/etc/ssh'
it_behaves_like 'support file contain matcher', '/etc/ssh/sshd_config', 'This is the sshd server system-wide configuration file'
Expand Down
2 changes: 1 addition & 1 deletion spec/gentoo/port_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

include Serverspec::Helper::Gentoo

describe 'Serverspec package matchers of Gentoo family' do
describe 'Serverspec port matchers of Gentoo family' do
it_behaves_like 'support port listening matcher', 80
end
2 changes: 1 addition & 1 deletion spec/redhat/port_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

include Serverspec::Helper::RedHat

describe 'Serverspec package matchers of Red Hat family' do
describe 'Serverspec port matchers of Red Hat family' do
it_behaves_like 'support port listening matcher', 80
end
2 changes: 1 addition & 1 deletion spec/solaris/file_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include Serverspec::Helper::Solaris

describe 'Serverspec service matchers of Solaris family' do
describe 'Serverspec file matchers of Solaris family' do
it_behaves_like 'support file be_file matcher', '/etc/ssh/sshd_config'
it_behaves_like 'support file be_directory matcher', '/etc/ssh'
it_behaves_like 'support file contain matcher', '/etc/ssh/sshd_config', 'This is the sshd server system-wide configuration file'
Expand Down
2 changes: 1 addition & 1 deletion spec/solaris/port_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

include Serverspec::Helper::Solaris

describe 'Serverspec package matchers of Solaris family' do
describe 'Serverspec port matchers of Solaris family' do
it_behaves_like 'support port listening matcher', 80
end

0 comments on commit 0714b63

Please sign in to comment.