summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_registry_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/net_registry_check.c')
-rw-r--r--source3/utils/net_registry_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_registry_check.c b/source3/utils/net_registry_check.c
index d57c2aac5e..de79f3e6af 100644
--- a/source3/utils/net_registry_check.c
+++ b/source3/utils/net_registry_check.c
@@ -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"));
}