소스 검색

Merge pull request #778 from bystritskiy/bugfix/fix_typo

Fix typo
Marcin Krzyzanowski 5 년 전
부모
커밋
1a330b63fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Sources/CryptoSwift/BlockMode/GCM.swift

+ 1 - 1
Sources/CryptoSwift/BlockMode/GCM.swift

@@ -41,7 +41,7 @@ public final class GCM: BlockMode {
 
   /// Length of authentication tag, in bytes.
   /// For encryption, the value is given as init parameter.
-  /// For decryption, the lenght of given authentication tag is used.
+  /// For decryption, the length of given authentication tag is used.
   private let tagLength: Int
 
   // `authenticationTag` nil for encryption, known tag for decryption