summaryrefslogtreecommitdiff
path: root/Command/Sync.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-02 22:37:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-02 22:37:09 -0400
commit2fdc2e9d5569f41281b5458c7a6efe767dc81864 (patch)
tree596aeb66e11319b7ecca81ff572abb2972e18f95 /Command/Sync.hs
parentf61530ddf13cee8a2b0373790c1c9f4bec722a42 (diff)
update function name in comment
Diffstat (limited to 'Command/Sync.hs')
-rw-r--r--Command/Sync.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Sync.hs b/Command/Sync.hs
index ce1faa7f5..0507fd680 100644
--- a/Command/Sync.hs
+++ b/Command/Sync.hs
@@ -529,7 +529,7 @@ syncFile rs f (k, _) = do
sequence_ =<< handleget have
putrs <- catMaybes . snd . unzip <$> (sequence =<< handleput lack)
- -- Using callCommand rather than commandAction for drops,
+ -- Using callCommandAction rather than commandAction for drops,
-- because a failure to drop does not mean the sync failed.
handleDropsFrom (putrs ++ locs) rs "unwanted" True k (Just f)
Nothing callCommandAction