소스 검색

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