Skip to content

Commit

Permalink
Merge pull request #65 from EdwardBetts/spelling
Browse files Browse the repository at this point in the history
Correct spelling mistakes
  • Loading branch information
jaymzh authored Oct 29, 2024
2 parents 597dc7c + 7d75a20 commit 97c330c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mixlib/archive/lib_archive.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def initialize(archive, options = {})
# Extracts the archive to the given +destination+
#
# === Parameters
# perms<Boolean>:: should the extracter use permissions from the archive.
# perms<Boolean>:: should the extractor use permissions from the archive.
# ignore[Array]:: an array of matches of file paths to ignore
def extract(destination, perms: true, ignore: [])
ignore_re = Regexp.union(ignore)
Expand Down
2 changes: 1 addition & 1 deletion lib/mixlib/archive/tar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def initialize(archive, options = {})
# Extracts the archive to the given +destination+
#
# === Parameters
# perms<Boolean>:: should the extracter use permissions from the archive.
# perms<Boolean>:: should the extractor use permissions from the archive.
# ignore[Array]:: an array of matches of file paths to ignore
def extract(destination, perms: true, ignore: [])
# (http://stackoverflow.com/a/31310593/506908)
Expand Down

0 comments on commit 97c330c

Please sign in to comment.