Skip to content

Commit

Permalink
spelling: tripped
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref authored and armfazh committed Sep 6, 2023
1 parent c2076d6 commit 44133f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abe/cpabe/tkn20/tkn20_test.go
Expand Up @@ -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)
Expand Down

0 comments on commit 44133f7

Please sign in to comment.