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))))))