From 631a3ca05d301b6458cff1530eff94ff7b92b02c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 17 Apr 2024 12:59:22 -0400 Subject: [PATCH] typo fix --- Remote/External.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ]