From 42a0ee5fbdbff593274a9be07f54e63a1c5b48c9 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 Signed-off-by: Martin Renvoize --- 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.20.1