From 1658a579b552ddf3da39bd349da159484deea613 Mon Sep 17 00:00:00 2001 From: mohammed wasim khan Date: Wed, 15 Jul 2026 21:40:07 +0530 Subject: [PATCH] chore: fix typo 'accomodate' -> 'accommodate' in install.go --- cli/cmd/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cmd/install.go b/cli/cmd/install.go index c2600af94..ddccec0f3 100644 --- a/cli/cmd/install.go +++ b/cli/cmd/install.go @@ -1781,7 +1781,7 @@ func createRBACObjects() (returnError error) { // Identify the label to add based on the resource name _, label := getAppLabelForResource(user) // Create multiple SCC with name same as 'user' - // This will be changed in the future to accomodate one SCC to hold all three users + // This will be changed in the future to accommodate one SCC to hold all three users if returnError = CreateOpenShiftTridentSCC(user, strings.Split(label, "=")[1]); returnError != nil { returnError = fmt.Errorf("could not create security context constraint; %v", returnError) return returnError