Fix typos (Thanks to Solveig).
authorMilan Broz <gmazyland@gmail.com>
Sat, 28 Nov 2009 14:43:07 +0000 (14:43 +0000)
committerMilan Broz <gmazyland@gmail.com>
Sat, 28 Nov 2009 14:43:07 +0000 (14:43 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@148 36d66b0a-2a48-0410-832c-cd162a569da5

lib/setup.c
src/cryptsetup.c

index 43c2acb..9f69d07 100644 (file)
@@ -1150,7 +1150,7 @@ int crypt_format(struct crypt_device *cd,
                                        uuid, params);
        else {
                /* FIXME: allow plugins here? */
-               log_err(cd, _("Unkown crypt device type %s requesed.\n"), type);
+               log_err(cd, _("Unknown crypt device type %s requested.\n"), type);
                r = -EINVAL;
        }
 
index b2918c7..d6a39bb 100644 (file)
@@ -712,7 +712,7 @@ int main(int argc, char **argv)
                { "batch-mode",        'q',  POPT_ARG_NONE,                               &opt_batch_mode,        0, N_("Do not ask for confirmation"),                                     NULL },
                { "version",           '\0',  POPT_ARG_NONE,                              &opt_version_mode,      0, N_("Print package version"),                                     NULL },
                { "timeout",           't',  POPT_ARG_INT,                                &opt_timeout,           0, N_("Timeout for interactive passphrase prompt (in seconds)"),          N_("secs") },
-               { "tries",             'T',  POPT_ARG_INT,                                &opt_tries,             0, N_("How often the input of the passphrase canbe retried"),            NULL },
+               { "tries",             'T',  POPT_ARG_INT,                                &opt_tries,             0, N_("How often the input of the passphrase can be retried"),            NULL },
                { "align-payload",     '\0',  POPT_ARG_INT,                               &opt_align_payload,     0, N_("Align payload at <n> sector boundaries - for luksFormat"),         N_("SECTORS") },
                { "non-exclusive",     '\0',  POPT_ARG_NONE,                              &opt_non_exclusive,     0, N_("(Obsoleted, see man page.)"),        NULL },
                { "header-backup-file",'\0',  POPT_ARG_STRING,                            &opt_header_backup_file,0, N_("File with LUKS header and keyslots backup."),        NULL },