Skip to content

Commit 5f0b4dc

Browse files
author
vbedi
committed
fix typo in comments
1 parent f95c3f6 commit 5f0b4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/runtime/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const (
99
LATTICE_RETRY = "LATTICE_RETRY"
1010
)
1111

12-
// Retry errors caused by Lattice APIs which need high requeuAfter seconds
12+
// Retry errors caused by Lattice APIs which need high requeueAfter seconds
1313
func NewRetryError() *RequeueNeededAfter {
1414
return NewRequeueNeededAfter(
1515
LATTICE_RETRY,

0 commit comments

Comments
 (0)