Skip to content

Commit 92edc6d

Browse files
committed
Fixed spelling
1 parent 4d1c695 commit 92edc6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CryptoSwiftTests/RSATests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ final class RSATests: XCTestCase {
221221
XCTAssertEqual(expectedMessage, String(data: Data(unpadded), encoding: .utf8), "Failed to decrypt the message")
222222
}
223223

224-
/// This test focuses on ensureing that the encryption & decryption round trip works as expected.
224+
/// This test focuses on ensuring that the encryption & decryption round trip works as expected.
225225
///
226226
/// This test enforces that
227227
/// 1) We can encrypt and then decrypt a random integer

0 commit comments

Comments
 (0)