Skip to content

Commit 2be9c9c

Browse files
committed
fix: correct spelling from 'cancelled' to 'canceled' in comment
1 parent 2e4dc96 commit 2be9c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/verification/dns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ func performDNSVerificationWithRetries(
184184
case <-timer.C:
185185
// Timer fired normally, continue with retry
186186
case <-ctx.Done():
187-
// Context cancelled, stop timer to prevent leak
187+
// Context canceled, stop timer to prevent leak
188188
timer.Stop()
189189
return nil, &DNSVerificationError{
190190
Domain: domain,

0 commit comments

Comments
 (0)