]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_cssm/lib/cssmapi.h
Security-57740.51.3.tar.gz
[apple/security.git] / OSX / libsecurity_cssm / lib / cssmapi.h
index 68680f05a5323096da6744cde6efc582a1d692c3..9540dd9eaea14e60d41bb6c3a92c7ae0dd0c41ed 100644 (file)
@@ -431,7 +431,7 @@ CSSM_CSP_ChangeLoginAcl (CSSM_CSP_HANDLE CSPHandle,
 /* --------------------------------------------------------------------------
        CSSM_GetKeyAcl has been deprecated in 10.7 and later.  
        If the key in question is in a keychain then the ACL for the key can be 
-       aquired by using the SecItemCopyMatching API specifically 
+       acquired by using the SecItemCopyMatching API specifically
        kSecReturnAttributes with a value of kCFBooleanTrue.  In the attributes
        dictionary is kSecAttrAccess key with a value of a SecAccessRef. With
        a SecAccessRef the ACL for the key can be gotten using either the
@@ -460,7 +460,7 @@ CSSM_ChangeKeyAcl (CSSM_CSP_HANDLE CSPHandle,
 /* --------------------------------------------------------------------------
        CSSM_GetKeyOwner has been deprecated in 10.7 and later.  
        If the key in question is in a keychain then the ACL for the key can be 
-       aquired by using the SecItemCopyMatching API specifically 
+       acquired by using the SecItemCopyMatching API specifically
        kSecReturnAttributes with a value of kCFBooleanTrue.  In the attributes
        dictionary is kSecAttrAccess key with a value of a SecAccessRef. With
        a SecAccessRef the ACL for the key can be gotten using either the