Skip to content

Commit

Permalink
Fixed typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeycode committed Oct 16, 2014
1 parent d0acbf1 commit 552b5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/URKArchive.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ extern NSString *URKErrorDomain;
/**
* Unarchive a single file from the archive into memory
*
* @param filePath The path of the file iwithn the archive to be expanded
* @param filePath The path of the file within the archive to be expanded
* @param error Contains an NSError object when there was an error reading the archive
*
* @return An NSData object containing the bytes of the file, or nil if an error was encountered
Expand Down

0 comments on commit 552b5dd

Please sign in to comment.