Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Young <ynick@vmware.com>
  • Loading branch information
Nick Young committed Jul 6, 2022
1 parent bf4d0ca commit 91c7512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/v1alpha2/httproute_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ type HTTPRouteRule struct {
//
// If *all* entries in BackendRefs are invalid, and there are also no filters
// specified in this route rule, *all* traffic which matches this rule MUST
// recieve a 500 status code (exactly).
// receive a 500 status code (exactly).
//
// See the HTTPBackendRef definition for the rules about what makes a single
// HTTPBackendRef invalid.
Expand Down
2 changes: 1 addition & 1 deletion apis/v1beta1/httproute_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ type HTTPRouteRule struct {
//
// If *all* entries in BackendRefs are invalid, and there are also no filters
// specified in this route rule, *all* traffic which matches this rule MUST
// recieve a 500 status code (exactly).
// receive a 500 status code (exactly).
//
// See the HTTPBackendRef definition for the rules about what makes a single
// HTTPBackendRef invalid.
Expand Down

0 comments on commit 91c7512

Please sign in to comment.