summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-10-27 18:01:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-10-27 18:01:52 -0400
commit1826b3bd67b8d3e146fd833d4cb500b03d1bf096 (patch)
treedcd8188f062fcbb0d8fd06d486de63baa1276448
parent5b74b130a39d8c45e7d24520d838d6c1635582c7 (diff)
cleanup
-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