keyfs: fix typo (thanks jpm)

This commit is contained in:
cinap_lenrek 2015-08-21 20:11:11 +02:00
parent c96efcfef3
commit f6dbd3d993

View file

@ -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;
}