Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit dc5759c

Browse files
authored
Typo fix: resonable->reasonable
Line 34: resonable->reasonable
1 parent fc00eb8 commit dc5759c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/sources/kubernetes/kubernetes_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
)
3232

3333
const (
34-
// Number of object pointers. Big enough so it won't be hit anytime soon with resonable GetNewEvents frequency.
34+
// Number of object pointers. Big enough so it won't be hit anytime soon with reasonable GetNewEvents frequency.
3535
LocalEventsBufferSize = 100000
3636
)
3737

0 commit comments

Comments
 (0)