Skip to content

Commit

Permalink
Fix type in #41
Browse files Browse the repository at this point in the history
Change-Id: Ia5ab79237030f1aabb0b332fbd994daa3ffd871b
  • Loading branch information
everic committed Sep 16, 2014
1 parent a5b7340 commit dfff615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evernote-sdk-ios/ENSDK/Advanced/ENNoteStoreClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ typedef void (^ENNoteStoreClientProgressHandler)(CGFloat progress);
@param success Success completion block.
@param failure Failure completion block.
*/
- (void)findRealtedWithQuery:(EDAMRelatedQuery *)query
- (void)findRelatedWithQuery:(EDAMRelatedQuery *)query
resultSpec:(EDAMRelatedResultSpec *)resultSpec
success:(void(^)(EDAMRelatedResult *result))success
failure:(void(^)(NSError *error))failure;
Expand Down
2 changes: 1 addition & 1 deletion evernote-sdk-ios/ENSDK/Advanced/ENNoteStoreClient.m
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ - (void)expungeSearchWithGuid:(EDAMGuid)guid
}

#pragma mark - NoteStore notes methods
- (void)findRealtedWithQuery:(EDAMRelatedQuery *)query
- (void)findRelatedWithQuery:(EDAMRelatedQuery *)query
resultSpec:(EDAMRelatedResultSpec *)resultSpec
success:(void(^)(EDAMRelatedResult *result))success
failure:(void(^)(NSError *error))failure
Expand Down

0 comments on commit dfff615

Please sign in to comment.