aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-01-05 17:06:52 +0000
committerGitHub2017-01-05 17:06:52 +0000
commit2040adbe4a56f69645995d621336050039331589 (patch)
tree24375d63001ac17ec6e99fc6aca01c33eafa1d80 /Library
parentf8ea328ffdcbc3d0de89187df85f6ee379543a7f (diff)
parente466a65b8dfc24ab21a49d37dcd2ca3c1ffe34f2 (diff)
downloadbrew-2040adbe4a56f69645995d621336050039331589.tar.bz2
Merge pull request #1787 from alyssais/formula_comments
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?