Merge pull request #287 from hp310780/issue239_typographicalerror

Fix for Issue 239 - Fixed typographical error
This commit is contained in:
Karl Kroening 2019-11-02 01:46:50 -05:00 committed by GitHub
commit d1f1b64aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ def get_args(stream_spec, overwrite_output=False):
def compile(stream_spec, cmd='ffmpeg', overwrite_output=False):
"""Build command-line for invoking ffmpeg.
The :meth:`run` function uses this to build the commnad line
The :meth:`run` function uses this to build the command line
arguments and should work in most cases, but calling this function
directly is useful for debugging or if you need to invoke ffmpeg
manually for whatever reason.