fix typo in comment

This commit is contained in:
Kenneth Jenkins 2023-11-06 11:39:56 -08:00
parent 6de659b344
commit f695a79ea0

View file

@ -664,7 +664,7 @@ func TestPolicyEvaluatorReuse(t *testing.T) {
assertPolicyEvaluatorUpdated(t, e, &newPolicies[1])
assertPolicyEvaluatorReused(t, e, &newPolicies[2])
// The last policy shouldn't correspond with any of the inital policy
// The last policy shouldn't correspond with any of the initial policy
// evaluators.
rid, err := newPolicies[3].RouteID()
require.NoError(t, err)