Skip to content

Commit bc7d648

Browse files
authored
Fix tiny typo (#143)
rigths -> rights Signed-off-by: Danny <1330413+danwit@users.noreply.github.com>
1 parent 1163837 commit bc7d648

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controls/os_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
control 'os-04' do
114114
impact 1.0
115115
title 'Dot in PATH variable'
116-
desc 'Do not include the current working directory in PATH variable. This makes it easier for an attacker to gain extensive rigths by executing a Trojan program'
116+
desc 'Do not include the current working directory in PATH variable. This makes it easier for an attacker to gain extensive rights by executing a Trojan program'
117117
describe os_env('PATH') do
118118
its('split') { should_not include('') }
119119
its('split') { should_not include('.') }

0 commit comments

Comments
 (0)