aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-06-02 17:14:42 -0500
committerJack Nagel2013-06-02 17:14:42 -0500
commitfae363268b9d86f0347337b0e84074052b260be9 (patch)
tree3daedfad39ea81bf77e077d85194b7ac6e376683 /Library
parent2f02942a84c641ac8890654a0bf7f239029d6f34 (diff)
downloadbrew-fae363268b9d86f0347337b0e84074052b260be9.tar.bz2
Requirement: fix typo
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/requirement.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/requirement.rb b/Library/Homebrew/requirement.rb
index 4cae1f246..f8a6f056b 100644
--- a/Library/Homebrew/requirement.rb
+++ b/Library/Homebrew/requirement.rb
@@ -20,7 +20,7 @@ class Requirement
def message; "" end
# Overriding #satisfied? is deprecated.
- # Pass a block or boolean to the satisfied DSL method instead.
+ # Pass a block or boolean to the satisfy DSL method instead.
def satisfied?
result = self.class.satisfy.yielder do |proc|
instance_eval(&proc)