From: Joseph Sutton Date: Tue, 28 Feb 2023 04:01:28 +0000 (+1300) Subject: lib:cmdline: Fix typo X-Git-Tag: talloc-2.4.1~1519 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2063568cebfbdd680a08f50f43155180487bd00;p=thirdparty%2Fsamba.git lib:cmdline: Fix typo Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/lib/cmdline/cmdline.c b/lib/cmdline/cmdline.c index 9f4e964f289..106be10aa0f 100644 --- a/lib/cmdline/cmdline.c +++ b/lib/cmdline/cmdline.c @@ -779,7 +779,7 @@ static void popt_common_credentials_callback(poptContext popt_ctx, * This calls cli_credentials_set_conf() to get the defaults * form smb.conf and set the winbind separator. * - * Just warn that we can't read the smb.conf. The might not be + * Just warn that we can't read the smb.conf. There might not be * one available or we want to ignore it. */ ok = cli_credentials_guess(creds, lp_ctx);