1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

lib:cmdline: Fix typo

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-02-28 17:01:28 +13:00 committed by Andrew Bartlett
parent 16e6435b08
commit d2063568ce

View 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);