aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/osm2pgsql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/osm2pgsql.rb')
-rw-r--r--Library/Formula/osm2pgsql.rb2
1 files changed, 1 insertions, 1 deletions
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