diff --git a/lib/http/errors.rb b/lib/http/errors.rb index f722a478..f0f44ab8 100644 --- a/lib/http/errors.rb +++ b/lib/http/errors.rb @@ -19,7 +19,7 @@ class StateError < ResponseError; end # Generic Timeout error class TimeoutError < Error; end - # Timeout when first establishing the conncetion + # Timeout when first establishing the connection class ConnectTimeoutError < TimeoutError; end # Header value is of unexpected format (similar to Net::HTTPHeaderSyntaxError)