diff fastcgi_keepalive.t @ 343:e7dc8f4d0a4b

Tests: whitespace and spelling fixes.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 26 Sep 2013 12:51:21 +0400
parents 6fe0459b6668
children d5bf5942a8b2
line wrap: on
line diff
--- a/fastcgi_keepalive.t
+++ b/fastcgi_keepalive.t
@@ -109,7 +109,7 @@ sub fastcgi_respond($$) {
 	$h->{socket}->write(pack("xxxxxxxx"));
 	select(undef, undef, undef, 0.1);
 
-	# write some text to stdout and stderr splitted over multiple network
+	# write some text to stdout and stderr split over multiple network
 	# packets to test if we correctly set pipe length in various places
 
 	my $tt = "test text, just for test";