Fix typos
Showing
3 changed files
with
3 additions
and
3 deletions
... | @@ -441,7 +441,7 @@ static struct mu_cfg_param imap4d_cfg_param[] = { | ... | @@ -441,7 +441,7 @@ static struct mu_cfg_param imap4d_cfg_param[] = { |
441 | N_("Use only preauth mode. If unable to setup it, disconnect " | 441 | N_("Use only preauth mode. If unable to setup it, disconnect " |
442 | "immediately.") }, | 442 | "immediately.") }, |
443 | { "ident-keyfile", mu_cfg_string, &ident_keyfile, 0, NULL, | 443 | { "ident-keyfile", mu_cfg_string, &ident_keyfile, 0, NULL, |
444 | N_("Name of DES keyfile for decoding ecrypted ident responses.") }, | 444 | N_("Name of DES keyfile for decoding encrypted ident responses.") }, |
445 | { "ident-encrypt-only", mu_cfg_bool, &ident_encrypt_only, 0, NULL, | 445 | { "ident-encrypt-only", mu_cfg_bool, &ident_encrypt_only, 0, NULL, |
446 | N_("Use only encrypted ident responses.") }, | 446 | N_("Use only encrypted ident responses.") }, |
447 | { "id-fields", MU_CFG_LIST_OF(mu_cfg_string), &imap4d_id_list, 0, NULL, | 447 | { "id-fields", MU_CFG_LIST_OF(mu_cfg_string), &imap4d_id_list, 0, NULL, | ... | ... |
... | @@ -57,7 +57,7 @@ static struct argp_option options[] = { | ... | @@ -57,7 +57,7 @@ static struct argp_option options[] = { |
57 | N_("add Message-ID: field") }, | 57 | N_("add Message-ID: field") }, |
58 | {"nomsgid", ARG_NOMSGID, NULL, OPTION_HIDDEN, ""}, | 58 | {"nomsgid", ARG_NOMSGID, NULL, OPTION_HIDDEN, ""}, |
59 | {"push", ARG_PUSH, N_("BOOL"), OPTION_ARG_OPTIONAL, | 59 | {"push", ARG_PUSH, N_("BOOL"), OPTION_ARG_OPTIONAL, |
60 | N_("run in the backround") }, | 60 | N_("run in the background") }, |
61 | {"nopush", ARG_NOPUSH, NULL, OPTION_HIDDEN, "" }, | 61 | {"nopush", ARG_NOPUSH, NULL, OPTION_HIDDEN, "" }, |
62 | {"preserve", ARG_PRESERVE, N_("BOOL"), OPTION_ARG_OPTIONAL, | 62 | {"preserve", ARG_PRESERVE, N_("BOOL"), OPTION_ARG_OPTIONAL, |
63 | N_("keep draft files") }, | 63 | N_("keep draft files") }, | ... | ... |
... | @@ -52,7 +52,7 @@ static struct argp_option options[] = { | ... | @@ -52,7 +52,7 @@ static struct argp_option options[] = { |
52 | {"mimetypes", 't', N_("FILE"), 0, | 52 | {"mimetypes", 't', N_("FILE"), 0, |
53 | N_("use this mime.types file"), 0}, | 53 | N_("use this mime.types file"), 0}, |
54 | {"dry-run", 'n', NULL, 0, | 54 | {"dry-run", 'n', NULL, 0, |
55 | N_("do not do anything, just print what whould be done"), 0}, | 55 | N_("do nothing, just print what would have been done"), 0}, |
56 | {"metamail", OPT_METAMAIL, N_("FILE"), OPTION_ARG_OPTIONAL, | 56 | {"metamail", OPT_METAMAIL, N_("FILE"), OPTION_ARG_OPTIONAL, |
57 | N_("use metamail to display files"), 0}, | 57 | N_("use metamail to display files"), 0}, |
58 | {0, 0, 0, 0} | 58 | {0, 0, 0, 0} | ... | ... |
-
Please register or sign in to post a comment