From 26cf22d9a69afb9a9b45fb91ddb1bc0ce47ec99e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 3 Sep 2023 02:53:09 -0400 Subject: [PATCH] spelling: tripped Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- abe/cpabe/tkn20/tkn20_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abe/cpabe/tkn20/tkn20_test.go b/abe/cpabe/tkn20/tkn20_test.go index 3913e1aed..837324e6a 100644 --- a/abe/cpabe/tkn20/tkn20_test.go +++ b/abe/cpabe/tkn20/tkn20_test.go @@ -108,7 +108,7 @@ func TestEndToEndEncryption(t *testing.T) { t.Fatalf("extracted policy doesn't match original") } if sat != npol2.Satisfaction(attrs) { - t.Fatalf("round triped policy doesn't match original") + t.Fatalf("round tripped policy doesn't match original") } ctSat := attrs.CouldDecrypt(ct) pt, err := sk.Decrypt(ct)