Explorar el Código

Merge pull request #49 from dapenggao/master

Fixed typo
kishikawa katsumi hace 10 años
padre
commit
f13125e4d6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Lib/KeychainAccess/Keychain.swift

+ 1 - 1
Lib/KeychainAccess/Keychain.swift

@@ -3986,7 +3986,7 @@ extension Status : RawRepresentable, Printable {
         case InvalidNewOwner:
             return "The new owner is not valid."
         case InvalidModifyMode:
-            return "The modify mode is not valid. }"
+            return "The modify mode is not valid."
         default:
             return "Unexpected error has occurred."
         }