aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask
diff options
context:
space:
mode:
authorMarkus Reiter2017-09-10 23:11:01 +0200
committerGitHub2017-09-10 23:11:01 +0200
commit5bcce735ddd7b68da6bde7dec6ca318c7801aade (patch)
tree20b7d0be969e3f9346c1cc3ac0c46660316f4c03 /Library/Homebrew/cask
parent8f8f0f0a9efb7e73d2d12c05f5086f65fabe579d (diff)
parent8e4150b20b811175d4778ec73f3018b8ef878742 (diff)
downloadbrew-5bcce735ddd7b68da6bde7dec6ca318c7801aade.tar.bz2
Merge pull request #3143 from jsoref/spelling
Spelling
Diffstat (limited to 'Library/Homebrew/cask')
-rw-r--r--Library/Homebrew/cask/lib/hbc/artifact/relocated.rb2
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli/internal_dump.rb2
2 files changed, 2 insertions, 2 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",
diff --git a/Library/Homebrew/cask/lib/hbc/cli/internal_dump.rb b/Library/Homebrew/cask/lib/hbc/cli/internal_dump.rb
index e21ce86b6..46273cbe3 100644
--- a/Library/Homebrew/cask/lib/hbc/cli/internal_dump.rb
+++ b/Library/Homebrew/cask/lib/hbc/cli/internal_dump.rb
@@ -7,7 +7,7 @@ module Hbc
end
def run
- raise CaskError, "Dump incomplete." if dump_casks == :incomplet
+ raise CaskError, "Dump incomplete." if dump_casks == :incomplete
end
def dump_casks