summaryrefslogtreecommitdiff
path: root/Assistant/Drop.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-01 16:58:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-01 16:58:19 -0400
commit072e34638a859c4cc3a391c0bee2ccdb5cf90afe (patch)
tree1422ee282c5403dd246a96335b14eea085493c2d /Assistant/Drop.hs
parentcd51ef84c469504a007dad7bea781eca88fff2b0 (diff)
typo
Diffstat (limited to 'Assistant/Drop.hs')
-rw-r--r--Assistant/Drop.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Drop.hs b/Assistant/Drop.hs
index 634d5f4ac..4c060ba31 100644
--- a/Assistant/Drop.hs
+++ b/Assistant/Drop.hs
@@ -66,7 +66,7 @@ handleDropsFrom locs rs reason fromhere key (Just f) knownpresentremote
debug
[ "dropped"
, f
- , "(from" ++ maybe "here" show u ++ ")"
+ , "(from " ++ maybe "here" show u ++ ")"
, "(copies now " ++ show (have - 1) ++ ")"
, ": " ++ reason
]