@@ -341,11 +341,11 @@ if (_socket != nil && [[_lastURL scheme] isEqual: scheme] && [[_lastURL host] isEqual: [URL host]] && [_lastURL port] == [URL port]) { /* * Set _socket to nil, so that in case of an error it won't be - * reused. If everything is successfull, we set _socket again + * reused. If everything is successful, we set _socket again * at the end. */ socket = [_socket autorelease]; _socket = nil;