From 2fdc2e9d5569f41281b5458c7a6efe767dc81864 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 2 Feb 2014 22:37:09 -0400 Subject: update function name in comment --- Command/Sync.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command') 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 -- cgit v1.2.3