aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pgtap.rb
diff options
context:
space:
mode:
authorJustin Clift2012-10-07 12:02:43 +1100
committerAdam Vandenberg2012-10-08 20:22:22 -0700
commitb330aa8d91e11a740920b2c6811d69935e5760e2 (patch)
tree53537fd636f0ed49b0dd3e8bbf3fff3ed5c4a827 /Library/Formula/pgtap.rb
parent188cf1374bdb201cc819bdbab8b2e13ade1bfad3 (diff)
downloadhomebrew-b330aa8d91e11a740920b2c6811d69935e5760e2.tar.bz2
Fixed a naming typo common to many PG formulas.
Closes #15335. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/pgtap.rb')
-rw-r--r--Library/Formula/pgtap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pgtap.rb b/Library/Formula/pgtap.rb
index b7fc68ae1..853d336a1 100644
--- a/Library/Formula/pgtap.rb
+++ b/Library/Formula/pgtap.rb
@@ -2,7 +2,7 @@ require 'formula'
class PostgresqlInstalled < Requirement
def message; <<-EOS.undent
- PostgresQL is required to install.
+ PostgreSQL is required to install.
You can install this with:
brew install postgresql