typo
authorJoey Hess <joey@kitenet.net>
Thu, 28 Mar 2013 21:11:53 +0000 (17:11 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 28 Mar 2013 21:11:53 +0000 (17:11 -0400)
Assistant/DaemonStatus.hs

index 774580f863d68ead0bce510481f40a2305fe5b9b..e5c25f4cd7f13d984b7a84d8e5677527685d9326 100644 (file)
@@ -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