aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlyssa Ross2017-01-05 12:21:50 +0000
committerAlyssa Ross2017-01-05 12:21:50 +0000
commite466a65b8dfc24ab21a49d37dcd2ca3c1ffe34f2 (patch)
tree82e42fbc047492c8ee1b01d4ddd857c1e74b4ca0 /Library
parent98dadd907e31bb5f9a16bfb6aa2138b1852c4db5 (diff)
downloadbrew-e466a65b8dfc24ab21a49d37dcd2ca3c1ffe34f2.tar.bz2
formula: correct grammar in comments
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index eb85f804f..46d30bfff 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -326,13 +326,13 @@ class Formula
active_spec.bottle_disable_reason
end
- # Does the currently active {SoftwareSpec} has any bottle?
+ # Does the currently active {SoftwareSpec} have any bottle?
# @private
def bottle_defined?
active_spec.bottle_defined?
end
- # Does the currently active {SoftwareSpec} has an installable bottle?
+ # Does the currently active {SoftwareSpec} have an installable bottle?
# @private
def bottled?
active_spec.bottled?