From: Volker Lendecke Date: Thu, 25 Jun 2020 13:59:48 +0000 (+0200) Subject: pdb_dsdb: Fix typos X-Git-Tag: samba-4.13.0rc1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d988ce090fa1755ac203d74b759f210249966ed;p=thirdparty%2Fsamba.git pdb_dsdb: Fix typos Signed-off-by: Volker Lendecke Reviewed-by: Alexander Bokovoy --- diff --git a/source3/passdb/pdb_samba_dsdb.c b/source3/passdb/pdb_samba_dsdb.c index c5f8d479fb6..276bda88efc 100644 --- a/source3/passdb/pdb_samba_dsdb.c +++ b/source3/passdb/pdb_samba_dsdb.c @@ -791,7 +791,7 @@ static NTSTATUS pdb_samba_dsdb_delete_user(struct pdb_methods *m, /* This interface takes a fully populated struct samu and places it in * the database. This is not implemented at this time as we need to - * be careful around the creation of arbitary SIDs (ie, we must ensrue + * be careful around the creation of arbitrary SIDs (ie, we must ensure * they are not left in a RID pool */ static NTSTATUS pdb_samba_dsdb_add_sam_account(struct pdb_methods *m, struct samu *sampass) @@ -880,8 +880,8 @@ static NTSTATUS pdb_samba_dsdb_rename_sam_account(struct pdb_methods *m, return NT_STATUS_NOT_IMPLEMENTED; } -/* This is not implemented, as this module is exptected to be used - * with auth_samba_dsdb, and this is responible for login counters etc +/* This is not implemented, as this module is expected to be used + * with auth_samba_dsdb, and this is responsible for login counters etc * */ static NTSTATUS pdb_samba_dsdb_update_login_attempts(struct pdb_methods *m,