mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
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:
@@ -1150,7 +1150,7 @@ int crypt_format(struct crypt_device *cd,
|
|||||||
uuid, params);
|
uuid, params);
|
||||||
else {
|
else {
|
||||||
/* FIXME: allow plugins here? */
|
/* 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;
|
r = -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user