fix typo
authorJoey Hess <joeyh@joeyh.name>
Thu, 9 Jun 2022 17:40:05 +0000 (13:40 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 9 Jun 2022 17:40:05 +0000 (13:40 -0400)
Remote/Git.hs

index 856d992f69d021ddf7150bd870d2127f3fbc12e1..1456fe4e51eca4dc41aefa335417eaf2bcfbebda 100644 (file)
@@ -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"