diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-28 17:11:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-28 17:11:53 -0400 |
commit | 7a5a890e31148d10a5758afa318fdd23f7a0710b (patch) | |
tree | c17394473ce50d553ae99029e3db025a60e77b69 /Assistant | |
parent | 23bfeef5d168666d17343d5484974b7b65db5441 (diff) |
typo
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/DaemonStatus.hs | 2 |
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 |