diff options
author | Torstein Husebø <torstein@huseboe.net> | 2014-09-30 15:25:47 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-10-02 11:46:23 +0200 |
commit | 4cf07da260b6c21596fec9a6a03a615729f617dc (patch) | |
tree | e00bcf42ea8c38f965bbce174d2244edcaec8f75 /src/tty-ask-password-agent | |
parent | fc808616227115ccab8c04f00f8f7472c7353ae5 (diff) |
Correct a few typos
Diffstat (limited to 'src/tty-ask-password-agent')
-rw-r--r-- | src/tty-ask-password-agent/tty-ask-password-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 8a02fb0b5e..e7cbde285c 100644 --- a/src/tty-ask-password-agent/tty-ask-password-agent.c +++ b/src/tty-ask-password-agent/tty-ask-password-agent.c @@ -183,7 +183,7 @@ static int ask_password_plymouth( uint32_t size; char **l; - /* One ore more answers */ + /* One or more answers */ if (p < 5) continue; |