浏览代码

Merge pull request #42 from nwest/doc-typos

Fix a couple documentation typos
Marcin Krzyzanowski 10 年之前
父节点
当前提交
447244b586
共有 1 个文件被更改,包括 1 次插入1 次删除
  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