# HG changeset patch # User Sergey Kandaurov # Date 1631570413 -10800 # Node ID 14b5ee6eee6c968beb189724d30e57fa166b1361 # Parent 6d5ecf445e5740825e9074032cacab2fceae1d06 Tests: typo. diff --git a/http_absolute_redirect.t b/http_absolute_redirect.t --- a/http_absolute_redirect.t +++ b/http_absolute_redirect.t @@ -163,7 +163,7 @@ like(get('off', '/auto%20sp?a=b'), qr!Lo like(get('off', '/return301'), qr!Location: /redirect\x0d?$!m, 'off return'); -# per RFC 3986, these charaters are not allowed unescaped: +# per RFC 3986, these characters are not allowed unescaped: # %00-%1F, %7F-%FF, " ", """, "<", ">", "\", "^", "`", "{", "|", "}" # additionally, all characters in ESCAPE_URI: "?", "%", "#"