# HG changeset patch # User Sergey Kandaurov # Date 1390237798 -14400 # Node ID fc6b8270469caa7a65efb069208f989e13741f6e # Parent 0726521e42f3f09fe802152f80f8b36848bcf476 Tests: fixed typos. diff --git a/proxy_upgrade.t b/proxy_upgrade.t --- a/proxy_upgrade.t +++ b/proxy_upgrade.t @@ -4,7 +4,7 @@ # Tests for http proxy upgrade support. In contrast to proxy_websocket.t # this test doesn't try to use binary WebSocket protocol, but uses simple -# plain text protol instead. +# plain text protocol instead. ############################################################################### @@ -136,7 +136,7 @@ sub upgrade_connect { my $buf = "GET / HTTP/1.1" . CRLF . "Host: localhost" . CRLF . ($opts{noheader} ? '' : "Upgrade: foo" . CRLF) - . "Connection: Upgade" . CRLF . CRLF; + . "Connection: Upgrade" . CRLF . CRLF; $buf .= $opts{message} . CRLF if defined $opts{message};