Unverified Commit 7ff3e945 authored by Colin Ian King's avatar Colin Ian King Committed by Christian Brauner
Browse files

ecryptfs: Fix spelling mistake "validationg" -> "validating"



There is a spelling mistake in an error message literal string. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20241108112509.109891-1-colin.i.king@gmail.com


Signed-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent 2cc78965
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}