fix misspellings

This commit is contained in:
Michael Cook
2020-03-05 20:16:00 +01:00
committed by Michael Cook
parent c4d949333d
commit aa46b6ec44
14 changed files with 15 additions and 15 deletions

View File

@@ -52,7 +52,7 @@ func (p *NamespaceTransformerPlugin) Transform(m resmap.ResMap) error {
matches := m.GetMatchingResourcesByCurrentId(r.CurId().Equals)
if len(matches) != 1 {
return fmt.Errorf("namespace tranformation produces ID conflict: %+v", matches)
return fmt.Errorf("namespace transformation produces ID conflict: %+v", matches)
}
}
return nil