keyfs: fix typo (thanks jpm)
This commit is contained in:
parent
c96efcfef3
commit
f6dbd3d993
1 changed files with 1 additions and 1 deletions
|
@ -932,7 +932,7 @@ readusers(void)
|
|||
}
|
||||
free(buf);
|
||||
|
||||
print("%d keys read in %s foarmat\n", nu, keydbaes ? "AES" : "DES");
|
||||
print("%d keys read in %s format\n", nu, keydbaes ? "AES" : "DES");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue