aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-02-07 18:58:26 -0600
committerJack Nagel2013-02-07 18:58:26 -0600
commit608fd55809d70a7e007b7e84c4cd63f1aff0ed9b (patch)
tree72ca01fc4f2d50b76487284d2399079ab1586e69
parent456523fc3ffae0f0e088b1a2d584f2675ab408e0 (diff)
downloadbrew-608fd55809d70a7e007b7e84c4cd63f1aff0ed9b.tar.bz2
Fix typo
-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 d93d412f4..0c26b0da7 100644
--- a/Library/Homebrew/requirement.rb
+++ b/Library/Homebrew/requirement.rb
@@ -18,7 +18,7 @@ class Requirement
# The message to show when the requirement is not met.
def message; "" end
- # Overriding #satisfied? is deprepcated.
+ # Overriding #satisfied? is deprecated.
# Pass a block or boolean to the satisfied DSL method instead.
def satisfied?
result = self.class.satisfy.yielder do |proc|