diff rewrite_unescape.t @ 595:6cdfd177319b

Tests: fixed typos and misspellings.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 28 May 2015 15:13:55 +0300
parents 6a0d934950bc
children e36b267021e3
line wrap: on
line diff
--- a/rewrite_unescape.t
+++ b/rewrite_unescape.t
@@ -72,7 +72,7 @@ mkdir($t->testdir() . '/directory');
 
 ###############################################################################
 
-# Some rewrites and expected (?) behaviour
+# Some rewrites and expected (?) behavior
 #
 # /t1?r=http%3A%2F%2Fexample.com%2F%3Ffrom
 # rewrite ^ $arg_r? redirect;
@@ -119,9 +119,9 @@ location('/t1?r=http%3A%2F%2Fexample.com
 TODO: {
 local $TODO = 'not yet';
 
-# Fixing this cases will require major changes to the whole aproach and
+# Fixing this cases will require major changes to the whole approach and
 # likely to break some currently working cases.  On the other hand, current
-# behaviour is far from acceptable.  Should be carefully thought.
+# behavior is far from acceptable.  Should be carefully thought.
 
 location('/t1?r=http%3A%2F%2Fexample.com%2F%3Ffrom%3Dblah',
 	'http://example.com/?from=blah', 'escaped argument with complex query');