From: Joey Hess Date: Thu, 9 Jun 2022 17:40:05 +0000 (-0400) Subject: fix typo X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~72^2~183 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f30532614f3032a55eab82b68ffa2e08b49a4707;p=git-annex.git fix typo --- diff --git a/Remote/Git.hs b/Remote/Git.hs index 856d992f69..1456fe4e51 100644 --- a/Remote/Git.hs +++ b/Remote/Git.hs @@ -125,7 +125,7 @@ gitSetup Init mu _ c _ = do r' <- tryGitConfigRead False r False let u = getUncachedUUID r' if u == NoUUID - then gitveup "git repository does not have an annex uuid" + then giveup "git repository does not have an annex uuid" else if isNothing mu || mu == Just u then enableRemote (Just u) c else giveup "git repository does not have specified uuid"