diff spdy.t @ 595:6cdfd177319b

Tests: fixed typos and misspellings.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 28 May 2015 15:13:55 +0300
parents 8593f34a12e5
children 2b43ad56bce0
line wrap: on
line diff
--- a/spdy.t
+++ b/spdy.t
@@ -480,7 +480,7 @@ is($frame->{data}, 1, 'priority 1');
 ($frame) = grep { $_->{type} eq "DATA" } @$frames;
 is($frame->{data}, 7, 'priority 7');
 
-# stream muliplexing + priority
+# stream multiplexing + priority
 
 $sess = new_session();
 $sid1 = spdy_stream($sess, { path => '/t1.html', prio => 7 });