From 43a94590a87241dc905fe334926d8e94166c5a87 Mon Sep 17 00:00:00 2001 From: Aaron Brethorst Date: Fri, 23 Sep 2011 11:31:27 -0700 Subject: [PATCH] Fix two typos. --- AFNetworking/AFHTTPClient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AFNetworking/AFHTTPClient.h b/AFNetworking/AFHTTPClient.h index 3c1fc3d..18ab495 100644 --- a/AFNetworking/AFHTTPClient.h +++ b/AFNetworking/AFHTTPClient.h @@ -37,7 +37,7 @@ } /** - The url used as the base for paths specified in methods such as `getPath:parameteres:success:failure` + The url used as the base for paths specified in methods such as `getPath:parameters:success:failure` */ @property (readonly, nonatomic, retain) NSURL *baseURL; @@ -49,7 +49,7 @@ /** The operation queue which manages operations enqueued by the HTTP client. */ -@property (readonly, nonatomic, retain) NSOperationQueue *operationQueue;; +@property (readonly, nonatomic, retain) NSOperationQueue *operationQueue; ///--------------------------------------------- /// @name Creating and Initializing HTTP Clients