Skip to content

Commit 44133f7

Browse files
jsorefarmfazh
authored andcommitted
spelling: tripped
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent c2076d6 commit 44133f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

abe/cpabe/tkn20/tkn20_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func TestEndToEndEncryption(t *testing.T) {
108108
t.Fatalf("extracted policy doesn't match original")
109109
}
110110
if sat != npol2.Satisfaction(attrs) {
111-
t.Fatalf("round triped policy doesn't match original")
111+
t.Fatalf("round tripped policy doesn't match original")
112112
}
113113
ctSat := attrs.CouldDecrypt(ct)
114114
pt, err := sk.Decrypt(ct)

0 commit comments

Comments
 (0)