From c892db9ae16183fdda9c96b3d4b93c58355b34ac Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Mon, 15 Sep 2025 02:02:04 +0200 Subject: Fix typos --- plugins/t/check_curl.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/t/check_curl.t b/plugins/t/check_curl.t index 240c8f37..5d1f1811 100644 --- a/plugins/t/check_curl.t +++ b/plugins/t/check_curl.t @@ -155,23 +155,23 @@ SKIP: { $res = NPTest->testCmd( "./$plugin $host_tls_http -C 1" ); is( $res->return_code, 0, "Old syntax for cert checking okay" ); - # deactived since different timings will change the output + # deactivated since different timings will change the output # TODO compare without perfdata # is( $res->output, $saved_cert_output, "Same output as new syntax" ); $res = NPTest->testCmd( "./$plugin -H $host_tls_http -C 1" ); is( $res->return_code, 0, "Updated syntax for cert checking okay" ); - # deactived since different timings will change the output + # deactivated since different timings will change the output # TODO compare without perfdata # is( $res->output, $saved_cert_output, "Same output as new syntax" ); $res = NPTest->testCmd( "./$plugin -C 1 $host_tls_http" ); - # deactived since different timings will change the output + # deactivated since different timings will change the output # TODO compare without perfdata # cmp_ok( $res->output, 'eq', $saved_cert_output, "--ssl option automatically added"); $res = NPTest->testCmd( "./$plugin $host_tls_http -C 1" ); - # deactived since different timings will change the output + # deactivated since different timings will change the output # TODO compare without perfdata # cmp_ok( $res->output, 'eq', $saved_cert_output, "Old syntax for cert checking still works"); -- cgit v1.2.3-74-g34f1