From fe973a4833fc671bb39f0d12f37d680d772c29fe Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 22 Aug 2025 12:59:06 -0400 Subject: [PATCH] error message typo --- Remote/Tahoe.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/Tahoe.hs b/Remote/Tahoe.hs index 8c0d6d1631..e51ccf9531 100644 --- a/Remote/Tahoe.hs +++ b/Remote/Tahoe.hs @@ -164,7 +164,7 @@ retrieve rs hdl k _f d _p _ = do go (Just cap) = do showOutput unlessM (liftIO $ requestTahoe hdl "get" [Param cap, File (fromOsPath d)]) $ - giveup "tahoe failed to reteieve content" + giveup "tahoe failed to retrieve content" remove :: Maybe SafeDropProof -> Key -> Annex () remove _ _ = giveup "content cannot be removed from tahoe remote"