From 91d54fd4c9f7dc2b64ed40afeb92af6cce63f382 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Wed, 21 Jun 2023 10:43:15 +1200 Subject: [PATCH] kinit: Fix code spelling This flag has no apparent relation to the process of converting waterways into canals. Signed-off-by: Joseph Sutton --- kuser/kinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuser/kinit.c b/kuser/kinit.c index a5e00c943..e0e5929ad 100644 --- a/kuser/kinit.c +++ b/kuser/kinit.c @@ -221,7 +221,7 @@ static struct getargs args[] = { NP_("use this credential cache as FAST armor cache", ""), "cache" }, { "use-referrals", 0, arg_flag, &use_referrals_flag, - NP_("only use referrals, no dns canalisation", ""), NULL }, + NP_("only use referrals, no dns canonicalisation", ""), NULL }, { "windows", 0, arg_flag, &windows_flag, NP_("get windows behavior", ""), NULL },