Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2898 from Coeur/master
Browse files Browse the repository at this point in the history
spelling
  • Loading branch information
kcharwood committed Aug 18, 2015
2 parents be58be1 + a419fc0 commit a0a2f4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UIKit+AFNetworking/UIImageView+AFNetworking.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ NS_ASSUME_NONNULL_BEGIN
@protocol AFImageCache <NSObject>

/**
Returns a cached image for the specififed request, if available.
Returns a cached image for the specified request, if available.
@param request The image request.
Expand Down
2 changes: 1 addition & 1 deletion UIKit+AFNetworking/UIRefreshControl+AFNetworking.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ NS_ASSUME_NONNULL_BEGIN
@class AFURLConnectionOperation;

/**
This category adds methods to the UIKit framework's `UIRefreshControl` class. The methods in this category provide support for automatically begining and ending refreshing depending on the loading state of a request operation or session task.
This category adds methods to the UIKit framework's `UIRefreshControl` class. The methods in this category provide support for automatically beginning and ending refreshing depending on the loading state of a request operation or session task.
*/
@interface UIRefreshControl (AFNetworking)

Expand Down

0 comments on commit a0a2f4a

Please sign in to comment.