diff options
author | Stef Walter <stefw@redhat.com> | 2013-06-18 14:22:36 +0200 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2013-06-18 14:22:36 +0200 |
commit | 9774ca4a17615163913958b26acf0bd566777c02 (patch) | |
tree | 7213bbfbe8f8ce947ed7e05cce317cc54af2a377 | |
parent | 084ec6754cac5c49f86ca770a4bde93d46d083e7 (diff) |
Fix typo of word 'necessary'
https://bugs.freedesktop.org/show_bug.cgi?id=65782
-rw-r--r-- | tools/computer.c | 2 | ||||
-rw-r--r-- | tools/entry.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/computer.c b/tools/computer.c index 8c891ad..c38123f 100644 --- a/tools/computer.c +++ b/tools/computer.c @@ -131,7 +131,7 @@ static adcli_tool_desc common_usages[] = { { opt_no_password, "don't prompt for or read a password" }, { opt_prompt_password, "prompt for a password if necessary" }, { opt_stdin_password, "read a password from stdin (until EOF) if\n" - "neccessary" }, + "necessary" }, { opt_one_time_password, "password to use for the preset computer\n" "accounts" }, { opt_show_details, "show information about joining the domain after\n" diff --git a/tools/entry.c b/tools/entry.c index e6187e1..7862fd4 100644 --- a/tools/entry.c +++ b/tools/entry.c @@ -74,7 +74,7 @@ static adcli_tool_desc common_usages[] = { { opt_no_password, "don't prompt for or read a password" }, { opt_prompt_password, "prompt for a login password if necessary" }, { opt_stdin_password, "read a login password from stdin (until EOF) if\n" - "neccessary" }, + "necessary" }, { opt_verbose, "show verbose progress and failure messages", }, { 0 }, }; |