From 559a09db38abc3716a36b7abd77b6d98da9d0b20 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Tue, 3 Jan 2012 23:24:18 -0600 Subject: Fix spelling mistakes. Signed-off-by: Mike McQuaid Closes #9407. Closes #9408. Closes #9410. Closes #9411. --- Library/Formula/cmockery.rb | 2 +- Library/Formula/dovecot.rb | 2 +- Library/Formula/gdal.rb | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3