fix comment typo
authorJoey Hess <joeyh@joeyh.name>
Wed, 17 Nov 2021 17:03:37 +0000 (13:03 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 17 Nov 2021 17:03:37 +0000 (13:03 -0400)
Annex/YoutubeDl.hs

index 62b8c0a86cd1d1929b6a99b6f0f1059e13897b35..0916d2895f22d6b94d134054f20056fb7ed688c5 100644 (file)
@@ -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.
 --