summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Annex/Branch.hs2
-rw-r--r--test.hs1
2 files changed, 1 insertions, 2 deletions
diff --git a/Annex/Branch.hs b/Annex/Branch.hs
index 24da8120c..645a2de76 100644
--- a/Annex/Branch.hs
+++ b/Annex/Branch.hs
@@ -168,7 +168,7 @@ update = onceonly $ do
disableUpdate
return r
-{- Avoids updating the branch. A useful optimisation when the branc
+{- Avoids updating the branch. A useful optimisation when the branch
- is known to have not changed, or git-annex won't be relying on info
- from it. -}
disableUpdate :: Annex ()
diff --git a/test.hs b/test.hs
index 7d4c4293e..0ef744916 100644
--- a/test.hs
+++ b/test.hs
@@ -31,7 +31,6 @@ import qualified Types.Backend
import qualified Types
import qualified GitAnnex
import qualified Logs.Location
-import qualified Logs.UUID
import qualified Logs.UUIDBased
import qualified Logs.Trust
import qualified Logs.Remote