From: Joseph Sutton Date: Thu, 7 Sep 2023 04:05:13 +0000 (+1200) Subject: s3:auth: Fix code spelling X-Git-Tag: tevent-0.16.0~679 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e2a93d54b35aa0acb5f1bcda207529fc171ab90;p=thirdparty%2Fsamba.git s3:auth: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source3/auth/pampass.c b/source3/auth/pampass.c index 5372626d5db..d64a6e83335 100644 --- a/source3/auth/pampass.c +++ b/source3/auth/pampass.c @@ -297,7 +297,7 @@ static int smb_pam_passchange_conv(int num_msg, bool found; *resp = NULL; - DEBUG(10,("smb_pam_passchange_conv: starting converstation for %d messages\n", num_msg)); + DEBUG(10,("smb_pam_passchange_conv: starting conversation for %d messages\n", num_msg)); if (num_msg <= 0) return PAM_CONV_ERR;