aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gdal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gdal.rb')
-rw-r--r--Library/Formula/gdal.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gdal.rb b/Library/Formula/gdal.rb
index 17eedd0e8..a34bcc2c3 100644
--- a/Library/Formula/gdal.rb
+++ b/Library/Formula/gdal.rb
@@ -106,7 +106,7 @@ class Gdal < Formula
"--with-curl=/usr/bin/curl-config",
# GRASS backend explicitly disabled. Creates a chicken-and-egg problem.
- # Should be installed seperately after GRASS installation using the
+ # Should be installed separately after GRASS installation using the
# official GDAL GRASS plugin.
"--without-grass",
"--without-libgrass",
@@ -172,7 +172,7 @@ class Gdal < Formula
args << "--with-pg=#{HOMEBREW_PREFIX}/bin/pg_config" if postgres?
args << "--with-mysql=#{HOMEBREW_PREFIX}/bin/mysql_config" if mysql?
- args << "--without-python" # Installed using a seperate set of
+ args << "--without-python" # Installed using a separate set of
# steps so that everything winds up
# in the prefix.