E584 Fix spelling · kubernetes-sigs/gateway-api@91c7512 · GitHub
[go: up one dir, main page]

Skip to content

Commit 91c7512

Browse files
author
Nick Young
committed
Fix spelling
Signed-off-by: Nick Young <ynick@vmware.com>
1 parent bf4d0ca commit 91c7512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apis/v1alpha2/httproute_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ type HTTPRouteRule struct {
207207
//
208208
// If *all* entries in BackendRefs are invalid, and there are also no filters
209209
// specified in this route rule, *all* traffic which matches this rule MUST
210-
// recieve a 500 status code (exactly).
210+
// receive a 500 status code (exactly).
211211
//
212212
// See the HTTPBackendRef definition for the rules about what makes a single
213213
// HTTPBackendRef invalid.

apis/v1beta1/httproute_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ type HTTPRouteRule struct {
206206
//
207207
// If *all* entries in BackendRefs are invalid, and there are also no filters
208208
// specified in this route rule, *all* traffic which matches this rule MUST
209-
// recieve a 500 status code (exactly).
209+
// receive a 500 status code (exactly).
210210
//
211211
// See the HTTPBackendRef definition for the rules about what makes a single
212212
// HTTPBackendRef invalid.

0 commit comments

Comments
 (0)
0