X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5c19dc3ae3bd8e40a9c028b0deddd50ff337692c..0d4552ce43ff8bf2e8666a9c5c44c3590eb117a8:/OSX/libsecurity_keychain/lib/MacOSErrorStrings.h diff --git a/OSX/libsecurity_keychain/lib/MacOSErrorStrings.h b/OSX/libsecurity_keychain/lib/MacOSErrorStrings.h index bac2d85f..fb9ef2fd 100644 --- a/OSX/libsecurity_keychain/lib/MacOSErrorStrings.h +++ b/OSX/libsecurity_keychain/lib/MacOSErrorStrings.h @@ -48,7 +48,7 @@ enum errSecMisc_memFullErr = -108, errSecMisc_dirNFErr = -120, /* The directory could not be found. */ errSecMisc_volGoneErr = -124, /* The server volume is no longer available. It may have been disconnected. */ - errSecMisc_userCanceledErr = -128, // The operation was cancelled by the user. + errSecMisc_userCanceledErr = -128, // The operation was canceled by the user. errSecMisc_resNotFound = -192, /* A required resource could not be found. */ errSecMisc_resFNotFound = -193, /* A required resource is missing or damaged. */ errSecMisc_icNoURLErr = -673, /* The specified location (URL) is an unknown type, or does not contain enough information. */ @@ -56,6 +56,6 @@ enum errSecMisc_cantGetFlavorErr = -1854, /* The location (URL) of this item is missing or improperly formatted. */ errSecMisc_afpAccessDenied = -5000, /* Access to this item was denied. */ errSecMisc_afpUserNotAuth = -5023, /* Authentication failed. The password for this server may have changed since the item was added to the keychain. */ - errSecMisc_afpPwdPolicyErr = -5046 /* This AppleShare IP server is configured to not allow users to save passwords for automatic login. Contact the server administrator for more information. */ + errSecMisc_afpPwdPolicyErr = -5046, /* This AppleShare IP server is configured to not allow users to save passwords for automatic login. Contact the server administrator for more information. */ };