Skip to content

Commit bebfa67

Browse files
committed
Fix language typo.
1 parent 2a9d81d commit bebfa67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/shannon/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ func (rc *requestContext) sendRelayWithFallback(payload protocol.Payload) (proto
447447

448448
// Create a cancellable context for the Shannon relay.
449449
// This allows us to cancel the request if we timeout and fallback,
450-
// preventing double signal recording (timeout + error from cancelled request).
450+
// preventing double signal recording (timeout + error from canceled request).
451451
shannonCtx, cancelShannon := context.WithCancel(rc.context)
452452

453453
// Setup Shannon endpoint request:

0 commit comments

Comments
 (0)