Fix typos (Thanks to Solveig).

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@148 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
Milan Broz
2009-11-28 14:43:07 +00:00
parent 74e68760b7
commit 1c58538b6d
2 changed files with 2 additions and 2 deletions

View 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;
}