From 6492a777eb34e4a1b83fa361f6404b3c017e331f Mon Sep 17 00:00:00 2001 From: Andrew Harding Date: Fri, 23 Dec 2022 07:11:35 -0700 Subject: [PATCH] satellite/gracefulexit: fix typo in comment Change-Id: Iadb6a2e550c92cbc29e9e5d50353713035d92eda --- satellite/gracefulexit/pathcollector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satellite/gracefulexit/pathcollector.go b/satellite/gracefulexit/pathcollector.go index 278942ae7..b0ad39866 100644 --- a/satellite/gracefulexit/pathcollector.go +++ b/satellite/gracefulexit/pathcollector.go @@ -122,7 +122,7 @@ func (collector *PathCollector) InlineSegment(ctx context.Context, segment *segm // Process adds transfer queue items for remote segments belonging to newly // exiting nodes. func (collector *PathCollector) Process(ctx context.Context, segments []segmentloop.Segment) (err error) { - // Intentionally emitting mon.Task here. The duration for all process + // Intentionally omitting mon.Task here. The duration for all process // calls are aggregated and and emitted by the ranged loop service. if len(collector.nodeIDStorage) == 0 {