From 84e71dae2e9e42318f42de750823267497866bdf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Dec 2018 15:51:20 -0400 Subject: [PATCH] comment typo --- Annex/YoutubeDl.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annex/YoutubeDl.hs b/Annex/YoutubeDl.hs index 5607400c1b..6c3a888042 100644 --- a/Annex/YoutubeDl.hs +++ b/Annex/YoutubeDl.hs @@ -27,7 +27,7 @@ import Logs.Transfer import Network.URI import Control.Concurrent.Async --- youtube-dl is can follow redirects to anywhere, including potentially +-- youtube-dl can follow redirects to anywhere, including potentially -- localhost or a private address. So, it's only allowed to download -- content if the user has allowed access to all addresses. youtubeDlAllowed :: Annex Bool