diff options
author | Peter <MaZderMind@users.noreply.github.com> | 2015-12-23 10:09:04 +0100 |
---|---|---|
committer | Peter <MaZderMind@users.noreply.github.com> | 2015-12-23 10:09:04 +0100 |
commit | 269934b4d393158ae508e36c55b0324e21276289 (patch) | |
tree | 71333ddcba6563621dd9b5f49257e16812d4e426 | |
parent | c7bab22de9139b1f9243966aed16c107ff25d36c (diff) |
fix typo
-rwxr-xr-x | example-scripts/ffmpeg/record-mixed-ffmpeg-segmented-timestamps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example-scripts/ffmpeg/record-mixed-ffmpeg-segmented-timestamps.sh b/example-scripts/ffmpeg/record-mixed-ffmpeg-segmented-timestamps.sh index 2a5ef02..f987c97 100755 --- a/example-scripts/ffmpeg/record-mixed-ffmpeg-segmented-timestamps.sh +++ b/example-scripts/ffmpeg/record-mixed-ffmpeg-segmented-timestamps.sh @@ -1,7 +1,7 @@ #!/bin/sh # WARNING: Using '%t' in the output filename requires a patched FFmpeg! -# If this command fails with the messate 'Invalid segment filename template', +# If this command fails with the message 'Invalid segment filename template', # you do not have such a FFmpeg version. ffmpeg \ |