From c24374f99c22d9420d6d182ff835f07a5b954b48 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Tue, 8 Jan 2013 22:46:42 +0000 Subject: (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) --- src/network/core/tcp_http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/core/tcp_http.h') diff --git a/src/network/core/tcp_http.h b/src/network/core/tcp_http.h index dc678cca0..6222c7695 100644 --- a/src/network/core/tcp_http.h +++ b/src/network/core/tcp_http.h @@ -117,7 +117,7 @@ public: virtual void OnConnect(SOCKET s) { new NetworkHTTPSocketHandler(s, this->callback, this->address.GetHostname(), this->url, this->data, this->depth); - /* We've relinguished control of data now. */ + /* We've relinquished control of data now. */ this->data = NULL; } }; -- cgit v1.2.3-70-g09d2