@@ -83,11 +83,11 @@ * @brief Creates a URI for accessing a the specified file within the specified * tar archive. * * @param path The path of the file within the archive * @param archive The URI of the archive - * @return A URI for accessing the specified file within the specified Tar + * @return A URI for accessing the specified file within the specified tar * archive */ + (OFURI *)URIForFile: (OFString *)path inArchive: (OFURI *)archive; - (instancetype)init OF_UNAVAILABLE;