浏览代码

Fixed a spelling on Status Internal message.

The work occurred was misspelt.
Antonio Rodrigues 9 年之前
父节点
当前提交
628bb1da7a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Lib/KeychainAccess/Keychain.swift

+ 1 - 1
Lib/KeychainAccess/Keychain.swift

@@ -2167,7 +2167,7 @@ extension Status : RawRepresentable, CustomStringConvertible {
         case Decode:
         case Decode:
             return "Unable to decode the provided data."
             return "Unable to decode the provided data."
         case Internal:
         case Internal:
-            return "An internal error occured in the Security framework."
+            return "An internal error occurred in the Security framework."
         case UnsupportedAlgorithm:
         case UnsupportedAlgorithm:
             return "An unsupported algorithm was encountered."
             return "An unsupported algorithm was encountered."
         case UnsupportedOperation:
         case UnsupportedOperation: