Ver código fonte

Fixed a spelling on Status Internal message.

The work occurred was misspelt.
Antonio Rodrigues 9 anos atrás
pai
commit
628bb1da7a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Lib/KeychainAccess/Keychain.swift

+ 1 - 1
Lib/KeychainAccess/Keychain.swift

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