mirror of
https://github.com/systemd/systemd.git
synced 2026-07-13 19:10:58 +00:00
tty-ask-password-agent: fix typo in error message
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user