typo fix
authorJoey Hess <joeyh@joeyh.name>
Wed, 17 Apr 2024 16:59:22 +0000 (12:59 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 17 Apr 2024 16:59:22 +0000 (12:59 -0400)
Remote/External.hs

index 9b9961c7d1d5c27f10b846b27d8c7483ba914bd8..99b49d03567eeaa8db7c36f6e3cb423782e71b6b 100644 (file)
@@ -1,6 +1,6 @@
 {- External special remote interface.
  -
- - Copyright 2013-2022 Joey Hess <id@joeyh.name>
+ - Copyright 2013-2024 Joey Hess <id@joeyh.name>
  -
  - 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"
                                        ]