fix spelling errors reported by Fossies.
(cherry picked from commit ba0313e649)
This commit is contained in:
@@ -225,7 +225,7 @@ main(int argc, char *argv[]) {
|
||||
|
||||
pk11_result_register();
|
||||
|
||||
/* Allocate hanles */
|
||||
/* Allocate handles */
|
||||
hKey = (CK_SESSION_HANDLE *)malloc(count * sizeof(CK_SESSION_HANDLE));
|
||||
if (hKey == NULL) {
|
||||
perror("malloc");
|
||||
|
||||
Reference in New Issue
Block a user