aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libdv.rb
diff options
context:
space:
mode:
authorBrett Koonce2012-01-04 00:05:05 -0600
committerJack Nagel2012-01-06 09:43:54 -0600
commit6e2d550cf4961129a790bfb0973f8e88704f439d (patch)
tree9b96153922627807f2415492f6e6fe53cb60d130 /Library/Formula/libdv.rb
parent9a96d3697619aba476e0e07ab9263789c2283be9 (diff)
downloadhomebrew-6e2d550cf4961129a790bfb0973f8e88704f439d.tar.bz2
Fix spelling mistakes
Closes #9449. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/libdv.rb')
-rw-r--r--Library/Formula/libdv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libdv.rb b/Library/Formula/libdv.rb
index c6ddf8d9e..972ae6a07 100644
--- a/Library/Formula/libdv.rb
+++ b/Library/Formula/libdv.rb
@@ -10,7 +10,7 @@ class Libdv < Formula
def install
# This fixes an undefined symbol error on compile.
# See the port file for libdv. http://libdv.darwinports.com/
- # This flag is the prefered method over what macports uses.
+ # This flag is the preferred method over what macports uses.
# See the apple docs: http://cl.ly/2HeF bottom of the "Finding Imported Symbols" section
ENV.append "LDFLAGS", "-undefined dynamic_lookup"