diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-03-02 12:07:08 +0300 |
---|---|---|
committer | Tyler Hicks <tyhicks@canonical.com> | 2018-03-29 04:33:30 +0300 |
commit | f62fd7a77717350e850f3c4a5373fe8e64871025 (patch) | |
tree | ace60e8524829384f859b224b21384bec6789320 /fs/ecryptfs/keystore.c | |
parent | ab13a9218c9883d1f51940b9e720c63ef54a2c07 (diff) | |
download | linux-f62fd7a77717350e850f3c4a5373fe8e64871025.tar.xz |
ecryptfs: fix spelling mistake: "cadidate" -> "candidate"
Trivial fix to spelling mistake in debug message text.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Diffstat (limited to 'fs/ecryptfs/keystore.c')
-rw-r--r-- | fs/ecryptfs/keystore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/keystore.c b/fs/ecryptfs/keystore.c index c89a58cfc991..e74fe84d0886 100644 --- a/fs/ecryptfs/keystore.c +++ b/fs/ecryptfs/keystore.c @@ -1880,7 +1880,7 @@ find_next_matching_auth_tok: candidate_auth_tok = &auth_tok_list_item->auth_tok; if (unlikely(ecryptfs_verbosity > 0)) { ecryptfs_printk(KERN_DEBUG, - "Considering cadidate auth tok:\n"); + "Considering candidate auth tok:\n"); ecryptfs_dump_auth_tok(candidate_auth_tok); } rc = ecryptfs_get_auth_tok_sig(&candidate_auth_tok_sig, |