Skip to content

Commit

Permalink
Rename stabilazed to stabilized
Browse files Browse the repository at this point in the history
  • Loading branch information
gpantelis authored Jun 5, 2017
1 parent 2dbdf1d commit 2f1d7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moviepy/video/io/ffmpeg_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def ffmpeg_stabilized_video(filename, output=None):
filename
The name of the shaky video
output
The name of new stabilazed video
The name of new stabilized video
"""
name, ext = os.path.splitext(filename)
if not output:
Expand Down

0 comments on commit 2f1d7ec

Please sign in to comment.