From 6f50b457972505bf5417a1dfa470f224e7e95415 Mon Sep 17 00:00:00 2001 From: Satoshi Ohmori Date: Wed, 13 Jan 2016 03:01:26 +0900 Subject: [PATCH] Fix typo [ci skip] Closes Homebrew/homebrew#48008. Signed-off-by: Baptiste Fontaine --- Library/Homebrew/requirement.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/requirement.rb b/Library/Homebrew/requirement.rb index 0aa4ed78d2..0e8cb59a8b 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