aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-03 08:35:20 -0700
committerAdam Vandenberg2010-06-03 09:55:08 -0700
commitff9c50151da9e3a096eab5ec1da51384246cf66d (patch)
tree82501b14b65992b0fceafbff82844c092d618ddf /bin
parent11449bfd67a3c7d348d5b194c2fa0f81514c6925 (diff)
downloadbrew-ff9c50151da9e3a096eab5ec1da51384246cf66d.tar.bz2
Fix typo in comment.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 764958032..fad55c2de 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?