Browse Source

Fix a couple documentation typos

Nate West 10 years ago
parent
commit
d60c6428b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CryptoSwift/AES.swift

+ 1 - 1
CryptoSwift/AES.swift

@@ -134,7 +134,7 @@ public class AES {
     }
     }
 
 
     /**
     /**
-    Encrypt message. If padding is necessary, then PKCS7 padding is addedd and need to be removed after decryption.
+    Encrypt message. If padding is necessary, then PKCS7 padding is added and needs to be removed after decryption.
     
     
     :param: message Plaintext data
     :param: message Plaintext data