aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorSatoshi Ohmori2016-01-13 03:01:26 +0900
committerBaptiste Fontaine2016-01-13 21:37:22 +0100
commit6f50b457972505bf5417a1dfa470f224e7e95415 (patch)
treedd477969e6ca90f16b2ec219e6c5de9cd3bca892 /Library/Homebrew
parent0f33306647be09b27dc85ae2640b0e57720ea0f8 (diff)
downloadbrew-6f50b457972505bf5417a1dfa470f224e7e95415.tar.bz2
Fix typo [ci skip]
Closes Homebrew/homebrew#48008. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
Diffstat (limited to 'Library/Homebrew')
-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 0aa4ed78d..0e8cb59a8 100644
--- a/Library/Homebrew/requirement.rb
+++ b/Library/Homebrew/requirement.rb
@@ -69,7 +69,7 @@ class Requirement
end
# Overriding #modify_build_environment is deprecated.
- # Pass a block to the the env DSL method instead.
+ # Pass a block to the env DSL method instead.
# Note: #satisfied? should be called before invoking this method
# as the env modifications may depend on its side effects.
def modify_build_environment