Fix typo in comment.

This commit is contained in:
Adam Vandenberg 2010-06-03 08:35:20 -07:00
parent 11449bfd67
commit ff9c50151d

View File

@ -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?