Browse Source

Fixed spelling

Brandon Toms 3 years ago
parent
commit
92edc6d13e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/CryptoSwiftTests/RSATests.swift

+ 1 - 1
Tests/CryptoSwiftTests/RSATests.swift

@@ -221,7 +221,7 @@ final class RSATests: XCTestCase {
     XCTAssertEqual(expectedMessage, String(data: Data(unpadded), encoding: .utf8), "Failed to decrypt the message")
     XCTAssertEqual(expectedMessage, String(data: Data(unpadded), encoding: .utf8), "Failed to decrypt the message")
   }
   }
 
 
-  /// This test focuses on ensureing that the encryption & decryption round trip works as expected.
+  /// This test focuses on ensuring that the encryption & decryption round trip works as expected.
   ///
   ///
   /// This test enforces that
   /// This test enforces that
   /// 1) We can encrypt and then decrypt a random integer
   /// 1) We can encrypt and then decrypt a random integer