From ff9c50151da9e3a096eab5ec1da51384246cf66d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 3 Jun 2010 08:35:20 -0700 Subject: [PATCH] Fix typo in comment. --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/brew b/bin/brew index 764958032e..fad55c2ded 100755 --- a/bin/brew +++ b/bin/brew @@ -412,7 +412,7 @@ rescue BuildError => e onoe e puts PLEASE_REPORT_BUG # this feature can be slow (depends on network conditions and if github is up) - # so ideally we'd show feedback, eg. "checking for existin issues..." and + # so ideally we'd show feedback, eg. "checking for existing issues..." and # then replace that string with the following when the github api returns issues = issues_for_formula(formula_name) puts "These existing issues may help you:", *issues unless issues.empty?