spelling: indices

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2020-02-24 16:42:58 -05:00
parent ece5f4d0c3
commit 093d6eb504

View File

@ -62,7 +62,7 @@ var (
ControllerNames []string
)
// Register registers an injection controller with the given manager, and adds relevant indicies.
// Register registers an injection controller with the given manager, and adds relevant indices.
func Register(mgr ctrl.Manager, setup injectorSetup, sources ...caDataSource) error {
typ := setup.injector.NewTarget().AsObject()
builder := ctrl.NewControllerManagedBy(mgr).For(typ)