[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241108112509.109891-1-colin.i.king@gmail.com>
Date: Fri, 8 Nov 2024 11:25:09 +0000
From: Colin Ian King <colin.i.king@...il.com>
To: Tyler Hicks <code@...icks.com>,
Christian Brauner <brauner@...nel.org>,
ecryptfs@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH][next] 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@...il.com>
---
fs/ecryptfs/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c
index c9aa80e534c2..8dd1d7189c3b 100644
--- a/fs/ecryptfs/main.c
+++ b/fs/ecryptfs/main.c
@@ -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;
}
--
2.39.5
Powered by blists - more mailing lists