Spelling nits.

This commit is contained in:
jregan
2018-10-01 10:56:35 -07:00
parent c129a3d3b8
commit c9aff4c47a
4 changed files with 8 additions and 8 deletions

View File

@@ -92,7 +92,7 @@ func (pt *patchTransformer) Transform(baseResourceMap resmap.ResMap) error {
// Use Strategic-Merge-Patch to handle types w/ schema
// TODO: Change this to use the new Merge package.
// Store the name of the base object, because this name may have been munged.
// Apply this name to the StrategicMergePatched object.
// Apply this name to the patched object.
lookupPatchMeta, err := strategicpatch.NewPatchMetaFromStruct(versionedObj)
if err != nil {
return err