From: Volker Lendecke Date: Sun, 10 Apr 2022 18:08:49 +0000 (+0200) Subject: passdb: Fix a typo X-Git-Tag: talloc-2.3.4~351 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22032eefdb7c1c739d2fd358bbffa594f33eecff;p=thirdparty%2Fsamba.git passdb: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/passdb/machine_account_secrets.c b/source3/passdb/machine_account_secrets.c index f98f0c98674..35f72c219f4 100644 --- a/source3/passdb/machine_account_secrets.c +++ b/source3/passdb/machine_account_secrets.c @@ -462,7 +462,7 @@ bool secrets_delete_domain_sid(const char *domain) /************************************************************************ Set the machine trust account password, the old pw and last change time, domain SID and salting principals based on values passed in - (added to supprt the secrets_tdb_sync module on secrets.ldb) + (added to support the secrets_tdb_sync module on secrets.ldb) ************************************************************************/ bool secrets_store_machine_pw_sync(const char *pass, const char *oldpass, const char *domain,