homed: fix typo

This commit is contained in:
Lennart Poettering 2020-05-20 18:06:27 +02:00
parent b847192699
commit e8dd54ab3c
1 changed files with 1 additions and 1 deletions

View File

@ -1365,7 +1365,7 @@ static int manager_generate_key_pair(Manager *m) {
if (rename(temp_private, "/var/lib/systemd/home/local.private") < 0) {
(void) unlink_noerrno("/var/lib/systemd/home/local.public"); /* try to remove the file we already created */
return log_error_errno(errno, "Failed to move privtate key file into place: %m");
return log_error_errno(errno, "Failed to move private key file into place: %m");
}
temp_private = mfree(temp_private);