From: Joey Hess Date: Wed, 17 Apr 2024 16:59:22 +0000 (-0400) Subject: typo fix X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~25^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=631a3ca05d301b6458cff1530eff94ff7b92b02c;p=git-annex.git typo fix --- diff --git a/Remote/External.hs b/Remote/External.hs index 9b9961c7d1..99b49d0356 100644 --- a/Remote/External.hs +++ b/Remote/External.hs @@ -1,6 +1,6 @@ {- External special remote interface. - - - Copyright 2013-2022 Joey Hess + - Copyright 2013-2024 Joey Hess - - Licensed under the GNU AGPL version 3 or higher. -} @@ -666,7 +666,7 @@ startExternal' external = do (Just rname, Just True) -> unusable $ unlines [ err , "This remote has annex-readonly=true, and previous versions of" - , "git-annex would tried to download from it without" + , "git-annex would try to download from it without" , "installing " ++ basecmd ++ ". If you want that, you need to set:" , "git config remote." ++ rname ++ ".annex-externaltype readonly" ]