Skip to content

Commit 9fb4942

Browse files
committed
Fix typos: wehbook -> webhook
Signed-off-by: mooncake <[email protected]>
1 parent 902ff11 commit 9fb4942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/webhook/internal/cert/writer/certwriter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func createIfNotExists(ch certReadWriter) (*generator.Artifacts, bool, error) {
9595

9696
// certReadWriter provides methods for reading and writing certificates.
9797
type certReadWriter interface {
98-
// read reads a wehbook name and returns the certs for it.
98+
// read reads a webhook name and returns the certs for it.
9999
read() (*generator.Artifacts, error)
100100
// write writes the certs and return the certs it wrote.
101101
write() (*generator.Artifacts, error)

0 commit comments

Comments
 (0)