Skip to content

Commit 7ff3e94

Browse files
ColinIanKingbrauner
authored andcommitted
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>
1 parent 2cc7896 commit 7ff3e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ecryptfs/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ static int ecryptfs_get_tree(struct fs_context *fc)
451451
mount_crypt_stat = &sbi->mount_crypt_stat;
452452
rc = ecryptfs_validate_options(fc);
453453
if (rc) {
454-
err = "Error validationg options";
454+
err = "Error validating options";
455455
goto out;
456456
}
457457

0 commit comments

Comments
 (0)