From 037540c9a895c903f70e09a6a824b72bc4336cbb Mon Sep 17 00:00:00 2001 From: toby Date: Thu, 9 Feb 2017 13:04:46 -0500 Subject: [PATCH] Fix description for Tar operation Changed "unpack" to "pack" --- src/js/operations/Compress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/operations/Compress.js b/src/js/operations/Compress.js index 124f49ad..dfba2e23 100755 --- a/src/js/operations/Compress.js +++ b/src/js/operations/Compress.js @@ -356,7 +356,7 @@ var Compress = { /** - * Tar unpack operation. + * Tar pack operation. * * @author tlwr [toby@toby.codes] *