Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tburrows13 committed Mar 18, 2018
1 parent e232f4b commit 27f6485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moviepy/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import imageio
# Checks to see if the user has set a place for their own version of ffmpeg
if os.getenv('FFMPEG_BINARY', 'ffmpeg-imageio') == 'ffmpeg-imageio':
imagio.plugins.ffmpeg.downlad()
imageio.plugins.ffmpeg.download()

# Clips
from .video.io.VideoFileClip import VideoFileClip
Expand Down

0 comments on commit 27f6485

Please sign in to comment.