mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
Typo: Commiting -> Committing
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Change-Id: I9d71706ce6d6782da72a26fa37e33fe5b527788e Reviewed-on: https://gerrit.samba.org/217 Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
5521cf0308
commit
986e53967a
@ -777,7 +777,7 @@ Please fix this account before attempting to upgrade again
|
||||
result.samdb.transaction_cancel()
|
||||
raise
|
||||
|
||||
logger.info("Commiting 'add groups' transaction to disk")
|
||||
logger.info("Committing 'add groups' transaction to disk")
|
||||
result.samdb.transaction_commit()
|
||||
|
||||
logger.info("Adding users")
|
||||
@ -811,7 +811,7 @@ Please fix this account before attempting to upgrade again
|
||||
result.samdb.transaction_cancel()
|
||||
raise
|
||||
|
||||
logger.info("Commiting 'add users' transaction to disk")
|
||||
logger.info("Committing 'add users' transaction to disk")
|
||||
result.samdb.transaction_commit()
|
||||
|
||||
logger.info("Adding users to groups")
|
||||
@ -828,7 +828,7 @@ Please fix this account before attempting to upgrade again
|
||||
result.samdb.transaction_cancel()
|
||||
raise
|
||||
|
||||
logger.info("Commiting 'add users to groups' transaction to disk")
|
||||
logger.info("Committing 'add users to groups' transaction to disk")
|
||||
result.samdb.transaction_commit()
|
||||
|
||||
# Set password for administrator
|
||||
|
@ -378,7 +378,7 @@ static void check_ctx_transaction_stop(struct check_ctx *ctx, bool ok) {
|
||||
return;
|
||||
}
|
||||
if (!ctx->opt.test && ok) {
|
||||
d_printf("Commiting changes\n");
|
||||
d_printf("Committing changes\n");
|
||||
if (dbwrap_transaction_commit(ctx->odb) != 0) {
|
||||
DEBUG(0, ("transaction_commit failed\n"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user