aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/flac.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/flac.rb')
-rw-r--r--Library/Formula/flac.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/flac.rb b/Library/Formula/flac.rb
index a60f033c1..31dab96f8 100644
--- a/Library/Formula/flac.rb
+++ b/Library/Formula/flac.rb
@@ -13,7 +13,7 @@ class Flac <Formula
depends_on 'lame'
def install
- # sadly the asm optimisations won't compile since Leopard, and nobody
+ # sadly the asm optimisations won't compile since Leopard, and nobody
# cares or knows how to fix it
system "./configure", "--disable-debug",
"--disable-asm-optimizations",