Skip to content

Commit 854c984

Browse files
committed
address typo
1 parent 837c491 commit 854c984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/runtimes/java/DynamoDbEncryption/src/main/java/software/amazon/cryptography/examples/keyring/RawEcdhKeyringExample.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
This parameter takes in the sender's private key as a
6767
UTF8 PEM-encoded (PKCS #8 PrivateKeyInfo structures), the recipient's
6868
DER-encoded X.509 public key, also known as SubjectPublicKeyInfo (SPKI),
69-
and the Curve Specification where the keys lie. If this example
69+
and the Curve Specification where the keys lie.
7070
7171
This example encrypts a test item using the provided ECC keys and puts the
7272
encrypted item to the provided DynamoDb table. Then, it gets the
@@ -726,7 +726,7 @@ public static boolean shouldGenerateNewEccKeyPairs() {
726726
!privateKeyFileRecipient.exists()
727727
) {
728728
throw new IllegalStateException(
729-
"Missing priavet key recipeitn file at " +
729+
"Missing private key recipient file at " +
730730
EXAMPLE_ECC_PRIVATE_KEY_FILENAME_RECIPIENT
731731
);
732732
}

0 commit comments

Comments
 (0)