Skip to content

Commit

Permalink
typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyndon White committed May 7, 2018
1 parent 5aef409 commit 90d8227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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))))))
Expand Down

0 comments on commit 90d8227

Please sign in to comment.