Fix typo in PostgreSQL formula
Closes Homebrew/homebrew#3752. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
24a8548d47
commit
ebe8f5fe8a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue