diff options
| author | Josh Soref | 2017-09-10 16:39:03 +0000 |
|---|---|---|
| committer | Josh Soref | 2017-09-10 16:39:03 +0000 |
| commit | ca32ece84ed17231edd7ec07af4b95bc457cee66 (patch) | |
| tree | 3759e9d6ba9216020ac64cdfa0aa69576405758f /Library | |
| parent | a337620d97d9e3ae4575ff79768c0ef14d82fd0b (diff) | |
| download | brew-ca32ece84ed17231edd7ec07af4b95bc457cee66.tar.bz2 | |
spelling: packages
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/artifact/relocated.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/artifact/relocated.rb b/Library/Homebrew/cask/lib/hbc/artifact/relocated.rb index 4dba46c9d..0e8e42c9b 100644 --- a/Library/Homebrew/cask/lib/hbc/artifact/relocated.rb +++ b/Library/Homebrew/cask/lib/hbc/artifact/relocated.rb @@ -34,7 +34,7 @@ module Hbc altnames.concat(%Q("#{altname}")) altnames = "(#{altnames})" - # Some packges are shipped as u=rx (e.g. Bitcoin Core) + # Some packages are shipped as u=rx (e.g. Bitcoin Core) @command.run!("/bin/chmod", args: ["--", "u+rw", file, file.realpath]) @command.run!("/usr/bin/xattr", |
