Skip to content

Commit de9af76

Browse files
committed
Fix a funny typo.
Crytpo is actually kind of a funny.
1 parent d39a080 commit de9af76

File tree

1 file changed

+1
-1
lines changed
  • x-pack/distributions/internal/observabilitySRE/plugin/logstash-integration-fips_validation/lib/logstash

1 file changed

+1
-1
lines changed

x-pack/distributions/internal/observabilitySRE/plugin/logstash-integration-fips_validation/lib/logstash/fips_validation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def before_bootstrap_checks(runner)
4242
# ensure Bouncycastle is configured and ready
4343
begin
4444
if Java::org.bouncycastle.crypto.CryptoServicesRegistrar.isInApprovedOnlyMode
45-
accumulator.success "Bouncycastle Crytpo is in `approved-only` mode"
45+
accumulator.success "Bouncycastle Crypto is in `approved-only` mode"
4646
else
4747
accumulator.failure "Bouncycastle Crypto is not in 'approved-only' mode"
4848
end

0 commit comments

Comments
 (0)