diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-02 22:37:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-02 22:37:09 -0400 |
commit | 2fdc2e9d5569f41281b5458c7a6efe767dc81864 (patch) | |
tree | 596aeb66e11319b7ecca81ff572abb2972e18f95 /Command | |
parent | f61530ddf13cee8a2b0373790c1c9f4bec722a42 (diff) |
update function name in comment
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Sync.hs | 2 |
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 |