]> Git Repo - J-linux.git/commitdiff
ecryptfs: Fix spelling mistake "validationg" -> "validating"
authorColin Ian King <[email protected]>
Fri, 8 Nov 2024 11:25:09 +0000 (11:25 +0000)
committerChristian Brauner <[email protected]>
Fri, 15 Nov 2024 10:51:29 +0000 (11:51 +0100)
There is a spelling mistake in an error message literal string. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Christian Brauner <[email protected]>
fs/ecryptfs/main.c

index c9aa80e534c24c44573d6044488e70a80963060e..8dd1d7189c3b2e7876b1fe86897a7773f6e8733f 100644 (file)
@@ -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;
        }
 
This page took 0.049552 seconds and 4 git commands to generate.