@@ -22,11 +22,11 @@ @class OFHTTPRequest; @class OFHTTPResponse; /*! - * @brief An exception indicating that a HTTP request failed. + * @brief An exception indicating that an HTTP request failed. */ @interface OFHTTPRequestFailedException: OFException { OFHTTPRequest *_request; OFHTTPResponse *_response;