diff options
| author | Jack Nagel | 2013-06-02 17:14:42 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-06-02 17:14:42 -0500 |
| commit | fae363268b9d86f0347337b0e84074052b260be9 (patch) | |
| tree | 3daedfad39ea81bf77e077d85194b7ac6e376683 /Library | |
| parent | 2f02942a84c641ac8890654a0bf7f239029d6f34 (diff) | |
| download | brew-fae363268b9d86f0347337b0e84074052b260be9.tar.bz2 | |
Requirement: fix typo
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/requirement.rb | 2 |
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) |
