]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
passdb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sun, 10 Apr 2022 18:08:49 +0000 (20:08 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 26 Apr 2022 21:41:29 +0000 (21:41 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/passdb/machine_account_secrets.c

index f98f0c986746919c4fb3f3c9006999c44672b5a1..35f72c219f4115f3afd6942bcc2b6272ab226788 100644 (file)
@@ -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,