From ffd76ba226fc178808045ed50d7b0f329a6e5fa0 Mon Sep 17 00:00:00 2001 From: Mahmoud Ashraf <62511653+MahmoudAshraf25@users.noreply.github.com> Date: Wed, 7 Apr 2021 20:56:00 +0200 Subject: [PATCH] Fix a small typo in terminal output (#363) --- src/destreamer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/destreamer.ts b/src/destreamer.ts index b8930f6..cad4550 100644 --- a/src/destreamer.ts +++ b/src/destreamer.ts @@ -321,7 +321,7 @@ async function downloadVideo(videoGUIDs: Array, logger.info('Decrypted!\n'); - logger.info('Merging vdeo and audio together...\n'); + logger.info('Merging video and audio together...\n'); const mergeCommand = ( // add video input `ffmpeg -i "${path.join(videoSegmentsDir.name, video.filename + '.video')}" ` +