diff --git a/api/v1alpha1/gateway_types.go b/api/v1alpha1/gateway_types.go index cfd652d5f5..3e59f67688 100644 --- a/api/v1alpha1/gateway_types.go +++ b/api/v1alpha1/gateway_types.go @@ -70,10 +70,10 @@ type GatewaySpec struct { } const ( - // HTTPProcotol constant. - HTTPProcotol = "HTTP" - // HTTPSProcotol constant. - HTTPSProcotol = "HTTPS" + // HTTPProtocol constant. + HTTPProtocol = "HTTP" + // HTTPSProtocol constant. + HTTPSProtocol = "HTTPS" ) // Listener defines a