]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib:cmdline: Fix typo
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 28 Feb 2023 04:01:28 +0000 (17:01 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 3 Mar 2023 01:07:36 +0000 (01:07 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/cmdline/cmdline.c

index 9f4e964f28939be5b192707e40822e146583cf72..106be10aa0f6da386b7112ece00d5958fa0db14d 100644 (file)
@@ -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);