Skip to content

Commit

Permalink
spelling: recovered
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 c2ce95d commit e84c34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abe/cpabe/tkn20/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func Example() {
log.Fatalf("decryption using right attrs should have succeeded, plaintext: %s", pt)
}
if !bytes.Equal(pt, []byte(msgStr)) {
log.Fatalf("recoverd plaintext: %s is not equal to original msg: %s", pt, msgStr)
log.Fatalf("recovered plaintext: %s is not equal to original msg: %s", pt, msgStr)
}
fmt.Println("Successfully recovered plaintext")
// Output: (occupation:doctor and country:US)
Expand Down

0 comments on commit e84c34a

Please sign in to comment.