Fix typo in comment.

This commit is contained in:
Julius Volz 2015-09-07 19:15:28 +02:00
parent 09c353c272
commit 011faf9057

View file

@ -887,7 +887,7 @@ loop:
// while in a situation like that, where we are clearly lacking speed of disk
// maintenance, the best we can do for crash recovery is to persist chunks as
// quickly as possible. So only checkpoint if the storage is not in "graceful
// degratadion mode".
// degradation mode".
if dirtySeriesCount >= s.checkpointDirtySeriesLimit && !s.isDegraded() {
checkpointTimer.Reset(0)
}