From 391117577588c876bab191f2385ffbd3c40efd8b Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 25 Mar 2022 12:20:52 +0000 Subject: [PATCH] Bug 29957: (follow-up) correct spelling QA complaint Signed-off-by: Nick Clemens --- t/CookieManager.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/CookieManager.t b/t/CookieManager.t index 3c49035451..1efc80e37a 100755 --- a/t/CookieManager.t +++ b/t/CookieManager.t @@ -71,7 +71,7 @@ subtest 'clear_unless' => sub { is( $rv[2]->value, q{aap2}, 'aap not empty' ); is( $rv[3]->value, q{}, 'mies empty' ); is( $rv[4]->value, q{}, 'zus empty' ); - is( $rv[1]->httponly, 0, 'cleared wim isnt httponly' ); + is( $rv[1]->httponly, 0, 'cleared wim is not httponly' ); is( $rv[2]->httponly, 1, 'aap httponly' ); }; -- 2.30.2