aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libdv.rb
diff options
context:
space:
mode:
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"