diff proxy_cache_lock_ssi.t @ 596:e36b267021e3

Tests: partially reverted 6cdfd177319b.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 28 May 2015 15:31:48 +0300
parents 6cdfd177319b
children 1d1eaf5ce064
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 behavior
+# but this is suboptimal behaviour
 
 my $s = http_get('/locked', start => 1);
 like(http_get('/ssi.html'), qr/end/, 'cache lock ssi');