aboutsummaryrefslogtreecommitdiff
path: root/Assistant/DaemonStatus.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-28 17:11:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-28 17:11:53 -0400
commit7a5a890e31148d10a5758afa318fdd23f7a0710b (patch)
treec17394473ce50d553ae99029e3db025a60e77b69 /Assistant/DaemonStatus.hs
parent23bfeef5d168666d17343d5484974b7b65db5441 (diff)
typo
Diffstat (limited to 'Assistant/DaemonStatus.hs')
-rw-r--r--Assistant/DaemonStatus.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/DaemonStatus.hs b/Assistant/DaemonStatus.hs
index 774580f86..e5c25f4cd 100644
--- a/Assistant/DaemonStatus.hs
+++ b/Assistant/DaemonStatus.hs
@@ -64,7 +64,7 @@ calcSyncRemotes = do
where
iscloud r = not (Remote.readonly r) && Remote.globallyAvailable r
-{- Updates the sycRemotes list from the list of all remotes in Annex state. -}
+{- Updates the syncRemotes list from the list of all remotes in Annex state. -}
updateSyncRemotes :: Assistant ()
updateSyncRemotes = do
modifyDaemonStatus_ =<< liftAnnex calcSyncRemotes