fix typos

Fix typos
This commit is contained in:
HowJMay
2020-01-23 23:35:38 +08:00
parent 32ffbdf5ca
commit 00f68c12a8
7 changed files with 9 additions and 9 deletions

View File

@@ -270,7 +270,7 @@ func (it *KustomizeIterator) Value() KustomizeResult {
return it.scrollImpl
}
// Check if any errors have occured.
// Check if any errors have occurred.
func (it *KustomizeIterator) Err() error {
return it.err
}