Fix typo in PostgreSQL formula

Closes Homebrew/homebrew#3752.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Dan Callahan 2010-12-30 08:34:40 -06:00 committed by Mike McQuaid
parent 24a8548d47
commit ebe8f5fe8a

View file

@ -85,7 +85,7 @@ class Postgresql <Formula
def caveats
s = <<-EOS
If builds of Postgresl 9 are failing and you have version 8.x installed,
If builds of PostgreSQL 9 are failing and you have version 8.x installed,
you may need to remove the previous version first. See:
https://github.com/mxcl/homebrew/issues/issue/2510