Correct typo

This commit is contained in:
Gábor Lipták
2019-11-27 07:43:50 -05:00
committed by GitHub
parent abbefcd7fa
commit a91ebff2e0

View File

@@ -142,7 +142,7 @@ func TestRemovePrefixedCSIParams(t *testing.T) {
}
eq := reflect.DeepEqual(newParams, tc.expectedParams)
if !eq {
t.Fatalf("Stripped paramaters: %v not equal to expected paramaters: %v", newParams, tc.expectedParams)
t.Fatalf("Stripped parameters: %v not equal to expected parameters: %v", newParams, tc.expectedParams)
}
}
}