diff --git a/Zip/QuickZip.swift b/Zip/QuickZip.swift index 92bfc94434bf6b59d8f6110458425da93e87c303..9f5bc1f169ad353e0c1205daafc8d4b47dcd4a67 100644 --- a/Zip/QuickZip.swift +++ b/Zip/QuickZip.swift @@ -53,7 +53,7 @@ extension Zip { - parameter paths: Array of NSURL filepaths. - parameter fileName: File name for the resulting zip file. - - throws: rror if zipping fails. + - throws: Error if zipping fails. - returns: NSURL of the destination folder. */ @@ -68,7 +68,7 @@ extension Zip { - parameter fileName: File name for the resulting zip file. - parameter progress: A progress closure called after unzipping each file in the archive. Double value betweem 0 and 1. - - throws: rror if zipping fails. + - throws: Error if zipping fails. - returns: NSURL of the destination folder. */