Skip to content

Commit 0243b4e

Browse files
committed
fix: fixes typo
1 parent c9bb05e commit 0243b4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/P11Attributes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class P11Attribute
122122
// Update the value if allowed
123123
virtual CK_RV updateAttr(Token *token, bool isPrivate, CK_VOID_PTR pValue, CK_ULONG ulValueLen, int op);
124124

125-
// Retrie the value if allowed
125+
// Retrieve the value if allowed
126126
virtual CK_RV retrieveAttrByteString(Token *token, bool isPrivate, OSAttribute *attr, ByteString &value);
127127

128128
// Helper functions

0 commit comments

Comments
 (0)