diff proxy_cache_lock_ssi.t @ 595:6cdfd177319b

Tests: fixed typos and misspellings.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 28 May 2015 15:13:55 +0300
parents 2cd00179f4b2
children e36b267021e3
line wrap: on
line diff
--- a/proxy_cache_lock_ssi.t
+++ b/proxy_cache_lock_ssi.t
@@ -92,7 +92,7 @@ EOF
 
 # this doesn't result in an infinite timeout as second subrequest
 # is woken up by the postpone filter once first subrequest completes,
-# but this is suboptimal behaviour
+# but this is suboptimal behavior
 
 my $s = http_get('/locked', start => 1);
 like(http_get('/ssi.html'), qr/end/, 'cache lock ssi');