fix comment typo

This commit is contained in:
Joey Hess 2021-11-17 13:03:37 -04:00
parent 86fa460ce2
commit 8c756d5a27
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -46,7 +46,7 @@ youtubeDlNotAllowedMessage = unwords
] ]
-- Runs youtube-dl in a work directory, to download a single media file -- Runs youtube-dl in a work directory, to download a single media file
-- from the url. Reutrns the path to the media file in the work directory. -- from the url. Returns the path to the media file in the work directory.
-- --
-- Displays a progress meter as youtube-dl downloads. -- Displays a progress meter as youtube-dl downloads.
-- --