changeset 1729:14b5ee6eee6c

Tests: typo.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 14 Sep 2021 01:00:13 +0300
parents 6d5ecf445e57
children 696322b7e2c3
files http_absolute_redirect.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: "?", "%", "#"