pkg/datarepair/checker: Fix typo in doc comment (#2461)

This commit is contained in:
Ivan Fraixedes 2019-07-05 22:20:58 +02:00 committed by Stefan Benten
parent 681f502b0e
commit ea9a8b37bc

View File

@ -237,7 +237,7 @@ func (checker *Checker) updateSegmentStatus(ctx context.Context, pointer *pb.Poi
return nil
}
// IrreparableProcess picks items from irrepairabledb and add them to the repair
// IrreparableProcess picks items from irreparabledb and add them to the repair
// worker queue if they, now, can be repaired.
func (checker *Checker) IrreparableProcess(ctx context.Context) (err error) {
defer mon.Task()(&ctx)(&err)