Skip to content

Commit

Permalink
Fix typos: wehbook -> webhook
Browse files Browse the repository at this point in the history
Signed-off-by: mooncake <xcoder@tenxcloud.com>
  • Loading branch information
mooncak committed Nov 10, 2018
1 parent 902ff11 commit 9fb4942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webhook/internal/cert/writer/certwriter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9fb4942

Please sign in to comment.