From: Jo Sutton Date: Tue, 16 Jul 2024 23:28:02 +0000 (+1200) Subject: lib:cmdline: Fix code spelling X-Git-Tag: tdb-1.4.12~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9130ca413af16ec01d9dd0d1f5a58f54915f8059;p=thirdparty%2Fsamba.git lib:cmdline: Fix code spelling Signed-off-by: Jo Sutton Reviewed-by: Douglas Bagnall --- diff --git a/lib/cmdline/cmdline.c b/lib/cmdline/cmdline.c index 8efefc67a64..a42707238f6 100644 --- a/lib/cmdline/cmdline.c +++ b/lib/cmdline/cmdline.c @@ -160,7 +160,7 @@ static bool strneq_cmdline_exact(const char *p, const char *option, size_t len) * there, we return false. * * If the option is not in either list, we assume it might be secret and - * redact the argument, but warn loadly about it. The hope is that developers + * redact the argument, but warn loudly about it. The hope is that developers * will see what they're doing and add the option to the appropriate list. * * If true is returned, *ulen will be set to the apparent length of the