aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg.rb
diff options
context:
space:
mode:
authorJack Nagel2012-11-01 13:48:34 -0500
committerJack Nagel2012-11-01 13:48:38 -0500
commitf74ee600927e8d73a7600a63ad68452812f51777 (patch)
tree60c18cc050d3dd1c12c491b87582480be9b2e4c1 /Library/Formula/ffmpeg.rb
parent8dcd85901d9b094f828d2c45d28a3df6c7e6f959 (diff)
downloadhomebrew-f74ee600927e8d73a7600a63ad68452812f51777.tar.bz2
ffmpeg: fix more typos
c.f. #15800. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
-rw-r--r--Library/Formula/ffmpeg.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb
index e93dae272..cd3613e66 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -47,7 +47,7 @@ class Ffmpeg < Formula
depends_on 'openjpeg' if build.include? 'with-openjpeg'
depends_on 'sdl' if build.include? 'with-ffplay'
depends_on 'speex' if build.include? 'with-speex'
- depends_on 'shroedinger' if build.include? 'with-shroedinger'
+ depends_on 'schroedinger' if build.include? 'with-schroedinger'
def install
args = ["--prefix=#{prefix}",