mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-22 15:03:53 +02: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