Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sethpollack committed Mar 4, 2019
1 parent 377991e commit 2343be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keps/sig-cli/kustomize-secret-generator-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Users would install the plugin with `go build -buildmode=plugin ~/.config/kustom
_exec-style_ means execute arbitrary code from some file.

Most the lines of code written to implement this KEP
accomodate the notion of KV generation via a _generic_
accommodate the notion of KV generation via a _generic_
notion of a plugin, and a generic interface, in the
kustomization file and associated structs and code.

Expand Down Expand Up @@ -219,7 +219,7 @@ case it will just work.
Also, as noted above, someone can write an exec style plugin
which will work on Windows.

#### General symbol exection from the plugin
#### General symbol execution from the plugin
A Go plugin will be cast to a particular hardcoded interface, e.g.

```
Expand Down

0 comments on commit 2343be2

Please sign in to comment.