tty-ask-password-agent: fix typo in error message

This commit is contained in:
Michal Schmidt 2015-11-05 13:44:01 +01:00
parent a6bff4a742
commit ad71eee550

View file

@ -475,7 +475,7 @@ static int show_passwords(void) {
if (errno == ENOENT)
return 0;
return log_error_errno(errno, "Failed top open /run/systemd/ask-password: %m");
return log_error_errno(errno, "Failed to open /run/systemd/ask-password: %m");
}
FOREACH_DIRENT_ALL(de, d, return log_error_errno(errno, "Failed to read directory: %m")) {