mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-28 16:56:26 +00:00
ecryptfs: Fix spelling mistake "validationg" -> "validating"
There is a spelling mistake in an error message literal string. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20241108112509.109891-1-colin.i.king@gmail.com Signed-off-by: Christian Brauner <brauner@kernel.org>
This commit is contained in:
parent
2cc789654a
commit
7ff3e945a3
@ -451,7 +451,7 @@ static int ecryptfs_get_tree(struct fs_context *fc)
|
||||
mount_crypt_stat = &sbi->mount_crypt_stat;
|
||||
rc = ecryptfs_validate_options(fc);
|
||||
if (rc) {
|
||||
err = "Error validationg options";
|
||||
err = "Error validating options";
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user