From b2c7ee55515b9caf3a7a676d0134571cae21359a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 10 Mar 2013 20:20:58 -0400 Subject: [PATCH] tweak --- Assistant/Threads/Committer.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assistant/Threads/Committer.hs b/Assistant/Threads/Committer.hs index 1d2c5b63da..2450861e6e 100644 --- a/Assistant/Threads/Committer.hs +++ b/Assistant/Threads/Committer.hs @@ -106,7 +106,7 @@ commitStaged = do : Param "-m" : Param "" : ps {- Decide if now is a good time to make a commit. - - Note that the list of change times has an undefined order. + - Note that the list of changes has an undefined order. - - Current strategy: If there have been 10 changes within the past second, - a batch activity is taking place, so wait for later.