From dad216659ee1c9969957557a713537ceb589fce5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 5 Sep 2023 17:44:38 -0400 Subject: [PATCH] spelling: title Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- abe/cpabe/tkn20/example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abe/cpabe/tkn20/example_test.go b/abe/cpabe/tkn20/example_test.go index 38bc7e305..1b263ff15 100644 --- a/abe/cpabe/tkn20/example_test.go +++ b/abe/cpabe/tkn20/example_test.go @@ -50,7 +50,7 @@ func checkPolicy(in map[string][]string) bool { func Example() { policyStr := `(occupation: doctor) and (country: US)` - invalidPolicyStr := `(ocupation: doctor) and (country: pacific)` + invalidPolicyStr := `(title: doctor) and (country: pacific)` msgStr := `must have the precious 🎃` wrongAttrsMap := map[string]string{"occupation": "doctor", "country": "croatia"} rightAttrsMap := map[string]string{"occupation": "doctor", "country": "US", "age": "16"}