浏览代码

Merge pull request #2510 from dopcn/master

fix a typo in comment
Mattt Thompson 10 年之前
父节点
当前提交
c3094d4ac5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      UIKit+AFNetworking/UIRefreshControl+AFNetworking.h

+ 1 - 1
UIKit+AFNetworking/UIRefreshControl+AFNetworking.h

@@ -42,7 +42,7 @@
 /**
  Binds the refreshing state to the state of the specified task.
  
- @param task The task. If `nil`, automatic updating from any previously specified operation will be diabled.
+ @param task The task. If `nil`, automatic updating from any previously specified operation will be disabled.
  */
 #if __IPHONE_OS_VERSION_MIN_REQUIRED >= 70000
 - (void)setRefreshingWithStateOfTask:(NSURLSessionTask *)task;