aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Koonce2012-01-03 23:24:18 -0600
committerMike McQuaid2012-01-05 21:58:53 +0000
commit559a09db38abc3716a36b7abd77b6d98da9d0b20 (patch)
tree672733724c9d519f8d9905a2110910102b902483
parent26d4dabca342fe277d9cd47ea13741fda61ada1d (diff)
downloadhomebrew-559a09db38abc3716a36b7abd77b6d98da9d0b20.tar.bz2
Fix spelling mistakes.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> Closes #9407. Closes #9408. Closes #9410. Closes #9411.
-rw-r--r--Library/Formula/cmockery.rb2
-rw-r--r--Library/Formula/dovecot.rb2
-rw-r--r--Library/Formula/gdal.rb4
3 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/cmockery.rb b/Library/Formula/cmockery.rb
index f9fc13ff4..675752ec1 100644
--- a/Library/Formula/cmockery.rb
+++ b/Library/Formula/cmockery.rb
@@ -6,7 +6,7 @@ class Cmockery < Formula
sha1 '964ed1104a0cbbea8a9a34e88c6e79b546eff1bc'
def patches
- # This patch will be integrated upstream in 0.1.3, this is due to malloc.h beeing already in stdlib on OSX
+ # This patch will be integrated upstream in 0.1.3, this is due to malloc.h being already in stdlib on OSX
# It is safe to remove it on the next version
# More info on http://code.google.com/p/cmockery/issues/detail?id=3
DATA
diff --git a/Library/Formula/dovecot.rb b/Library/Formula/dovecot.rb
index bb9927f9d..b497727eb 100644
--- a/Library/Formula/dovecot.rb
+++ b/Library/Formula/dovecot.rb
@@ -55,7 +55,7 @@ __END__
# This patch fixes a linking problem looking for _environ, call
# _NSGetEnviron() instead (upstream does that at another location but
-# missesthis one).
+# misses this one).
diff --git a/src/lib/env-util.c b/src/lib/env-util.c
index 8111db7..c3520d0 100644
diff --git a/Library/Formula/gdal.rb b/Library/Formula/gdal.rb
index db12c7e6a..17eedd0e8 100644
--- a/Library/Formula/gdal.rb
+++ b/Library/Formula/gdal.rb
@@ -168,7 +168,7 @@ class Gdal < Formula
args << "--without-oci" # Oracle databases
args << "--without-idb" # IBM Informix DataBlades
- # Hombrew-provided databases.
+ # Homebrew-provided databases.
args << "--with-pg=#{HOMEBREW_PREFIX}/bin/pg_config" if postgres?
args << "--with-mysql=#{HOMEBREW_PREFIX}/bin/mysql_config" if mysql?
@@ -179,7 +179,7 @@ class Gdal < Formula
# Scripting APIs that have not been re-worked to respect Homebrew prefixes.
#
# Currently disabled as they install willy-nilly into locations outside of
- # the Hombrew prefix. Enable if you feel like it, but uninstallation may be
+ # the Homebrew prefix. Enable if you feel like it, but uninstallation may be
# a manual affair.
#
# TODO: Fix installation of script bindings so they install into the