fix spelling errors reported by Fossies.

(cherry picked from commit ba0313e649)
This commit is contained in:
Evan Hunt
2020-02-20 14:49:36 -08:00
parent d133acc8bb
commit 11a0d771f9
169 changed files with 360 additions and 360 deletions

View File

@@ -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");