From: Joey Hess Date: Wed, 17 Nov 2021 17:03:37 +0000 (-0400) Subject: fix comment typo X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~79^2~19 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8c756d5a277a0c72d035e2286026aa3cf3cec0c5;p=git-annex.git fix comment typo --- diff --git a/Annex/YoutubeDl.hs b/Annex/YoutubeDl.hs index 62b8c0a86c..0916d2895f 100644 --- a/Annex/YoutubeDl.hs +++ b/Annex/YoutubeDl.hs @@ -46,7 +46,7 @@ youtubeDlNotAllowedMessage = unwords ] -- 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. --