From: Michal Schmidt Date: Thu, 5 Nov 2015 12:44:01 +0000 (+0100) Subject: tty-ask-password-agent: fix typo in error message X-Git-Tag: v228~79^2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad71eee5505fa24e9618196d4e5aa43ed6bf5639;p=thirdparty%2Fsystemd.git tty-ask-password-agent: fix typo in error message --- diff --git a/src/tty-ask-password-agent/tty-ask-password-agent.c b/src/tty-ask-password-agent/tty-ask-password-agent.c index d2938f08725..8cfe10330d5 100644 --- a/src/tty-ask-password-agent/tty-ask-password-agent.c +++ b/src/tty-ask-password-agent/tty-ask-password-agent.c @@ -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")) {