Fix typos.

This commit is contained in:
Andrea Gelmini
2017-11-05 16:40:11 +01:00
committed by Milan Broz
parent 444eac3597
commit a97de38b6b
36 changed files with 79 additions and 79 deletions

View File

@@ -218,5 +218,5 @@ void crypt_set_iteration_time(struct crypt_device *cd, uint64_t iteration_time_m
pbkdf->flags &= ~(CRYPT_PBKDF_NO_BENCHMARK);
pbkdf->iterations = 0;
log_dbg("Iteration time set to %" PRIu64 " miliseconds.", iteration_time_ms);
log_dbg("Iteration time set to %" PRIu64 " milliseconds.", iteration_time_ms);
}