Skip to content

Commit 7feaebe

Browse files
committed
fix spelling errors
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
1 parent 0036bd2 commit 7feaebe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

controls/postgres_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
control 'postgres-02' do
8383
impact 1.0
8484
title 'Use stable postgresql version'
85-
desc 'Use only community or commercially supported version of the PostgreSQL software (https://www.postgresql.org/support/versioning/). Do not use RC, DEVEL oder BETA versions in a production environment.'
85+
desc 'Use only community or commercially supported version of the PostgreSQL software (https://www.postgresql.org/support/versioning/). Do not use RC, DEVEL or BETA versions in a production environment.'
8686
describe command('psql -V') do
8787
its('stdout') { should match /^psql\s\(PostgreSQL\)\s(9.6|10|11|12|13).*/ }
8888
end
@@ -313,7 +313,7 @@
313313
control 'postgres-18' do
314314
impact 1.0
315315
title 'Grants should not be assigned with grant option privilege'
316-
desc 'Grants should not be assigned with grant option exept postgresql admin superuser.'
316+
desc 'Grants should not be assigned with grant option except postgresql admin superuser.'
317317
describe postgres_session(USER, PASSWORD).query("SELECT COUNT(is_grantable) FROM information_schema.table_privileges WHERE grantee NOT LIKE 'postgres' AND is_grantable = 'YES';") do
318318
its('output') { should eq '0' }
319319
end

0 commit comments

Comments
 (0)