From 90d82274d21c67c36d8e25f5729cf831f2af97f2 Mon Sep 17 00:00:00 2001 From: Lyndon White Date: Mon, 7 May 2018 15:20:52 +0800 Subject: [PATCH] typofix --- src/helpers.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers.jl b/src/helpers.jl index bd7a79d..94d652b 100644 --- a/src/helpers.jl +++ b/src/helpers.jl @@ -52,7 +52,7 @@ end unpack(f; keep_originals=false) Extracts the content of an archive in the current directory; -deleting the original archieve, unless the `keep_originals` flag is set. +deleting the original archive, unless the `keep_originals` flag is set. """ function unpack(f; keep_originals=false) run(unpack_cmd(f, pwd(), last(splitext(f)), last(splitext(first(splitext(f))))))