diff --git a/controls/package_spec.rb b/controls/package_spec.rb index 31f718f..397e05a 100644 --- a/controls/package_spec.rb +++ b/controls/package_spec.rb @@ -34,7 +34,7 @@ control 'package-02' do impact 1.0 title 'Do not install Telnet server' - desc 'Telnet protocol uses unencrypted communication, that means the passowrd and other sensitive data are unencrypted. http://www.nsa.gov/ia/_files/os/redhat/rhel5-guide-i731.pdf, Chapter 3.2.2' + desc 'Telnet protocol uses unencrypted communication, that means the password and other sensitive data are unencrypted. http://www.nsa.gov/ia/_files/os/redhat/rhel5-guide-i731.pdf, Chapter 3.2.2' describe package('telnetd') do it { should_not be_installed } end