diff --git a/Git/Queue.hs b/Git/Queue.hs index 495383e09c..443f03a2ed 100644 --- a/Git/Queue.hs +++ b/Git/Queue.hs @@ -97,7 +97,7 @@ defaultLimit :: Int defaultLimit = 10240 {- How close together in seconds changes to the queue have to be happening - - in order for it to keep accumulate actions, rather than running actions + - in order for it to keep accumulating actions, rather than running actions - immediately. -} defaultTimelimit :: NominalDiffTime defaultTimelimit = 60 * 5