diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-06-30 14:26:47 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-06-30 16:33:00 +0200 |
commit | 387f695526c5b6028230da2e9039bca59388fd62 (patch) | |
tree | 65945517b2f0b85f63e3407e4f8d1f93f4dbcf4a /src/tty-ask-password-agent | |
parent | tree-wide: fix "the the" and "a a" (diff) | |
download | systemd-387f695526c5b6028230da2e9039bca59388fd62.tar.xz systemd-387f695526c5b6028230da2e9039bca59388fd62.zip |
tree-wide: "a" -> "an"
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 08e191faf0..59b144972b 100644 --- a/src/tty-ask-password-agent/tty-ask-password-agent.c +++ b/src/tty-ask-password-agent/tty-ask-password-agent.c @@ -531,7 +531,7 @@ static int parse_argv(int argc, char *argv[]) { /* * To be able to ask on all terminal devices of /dev/console the devices are collected. If more than one - * device is found, then on each of the terminals a inquiring task is forked. Every task has its own session + * device is found, then on each of the terminals an inquiring task is forked. Every task has its own session * and its own controlling terminal. If one of the tasks does handle a password, the remaining tasks will be * terminated. */ |