diff options
| author | Justin Clift | 2012-10-07 12:02:43 +1100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-08 20:22:22 -0700 |
| commit | b330aa8d91e11a740920b2c6811d69935e5760e2 (patch) | |
| tree | 53537fd636f0ed49b0dd3e8bbf3fff3ed5c4a827 /Library | |
| parent | 188cf1374bdb201cc819bdbab8b2e13ade1bfad3 (diff) | |
| download | homebrew-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')
| -rw-r--r-- | Library/Formula/libpqxx.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/osm2pgsql.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/pg_top.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/pgpool-ii.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/pgtap.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/saga-core.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/skytools.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/slony.rb | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/Library/Formula/libpqxx.rb b/Library/Formula/libpqxx.rb index e91e1228a..40ad8f07d 100644 --- a/Library/Formula/libpqxx.rb +++ b/Library/Formula/libpqxx.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 diff --git a/Library/Formula/osm2pgsql.rb b/Library/Formula/osm2pgsql.rb index 711c24058..f7eeaef77 100644 --- a/Library/Formula/osm2pgsql.rb +++ b/Library/Formula/osm2pgsql.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 diff --git a/Library/Formula/pg_top.rb b/Library/Formula/pg_top.rb index 4628d2796..aaef1f2e9 100644 --- a/Library/Formula/pg_top.rb +++ b/Library/Formula/pg_top.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 diff --git a/Library/Formula/pgpool-ii.rb b/Library/Formula/pgpool-ii.rb index 0c5c07d6b..ab1439078 100644 --- a/Library/Formula/pgpool-ii.rb +++ b/Library/Formula/pgpool-ii.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 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 diff --git a/Library/Formula/saga-core.rb b/Library/Formula/saga-core.rb index 23ebd0876..bed45f952 100644 --- a/Library/Formula/saga-core.rb +++ b/Library/Formula/saga-core.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 diff --git a/Library/Formula/skytools.rb b/Library/Formula/skytools.rb index d29d441a3..8b43c41c1 100644 --- a/Library/Formula/skytools.rb +++ b/Library/Formula/skytools.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 diff --git a/Library/Formula/slony.rb b/Library/Formula/slony.rb index f4d076be1..1761445eb 100644 --- a/Library/Formula/slony.rb +++ b/Library/Formula/slony.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 |
