tty-ask-password-agent: fix typo in error message
authorMichal Schmidt <mschmidt@redhat.com>
Thu, 5 Nov 2015 12:44:01 +0000 (13:44 +0100)
committerMichal Schmidt <mschmidt@redhat.com>
Thu, 5 Nov 2015 12:44:01 +0000 (13:44 +0100)
src/tty-ask-password-agent/tty-ask-password-agent.c

index d2938f0..8cfe103 100644 (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")) {