diff --git a/pkg/webhook/internal/cert/writer/certwriter.go b/pkg/webhook/internal/cert/writer/certwriter.go index d04b07c33f..ed6b51107c 100644 --- a/pkg/webhook/internal/cert/writer/certwriter.go +++ b/pkg/webhook/internal/cert/writer/certwriter.go @@ -95,7 +95,7 @@ func createIfNotExists(ch certReadWriter) (*generator.Artifacts, bool, error) { // certReadWriter provides methods for reading and writing certificates. type certReadWriter interface { - // read reads a wehbook name and returns the certs for it. + // read reads a webhook name and returns the certs for it. read() (*generator.Artifacts, error) // write writes the certs and return the certs it wrote. write() (*generator.Artifacts, error)