1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3:registry: fix a typo in a debug message

This commit is contained in:
Michael Adam 2011-05-11 14:17:21 +02:00 committed by Volker Lendecke
parent 2b40899bd3
commit 04f0a1cb7b

View File

@ -1502,7 +1502,7 @@ static bool scan_parent_subkeys(struct db_context *db, const char *parent,
} else {
res = db->transaction_start(db);
if (res != 0) {
DEBUG(0, ("error starting transacion\n"));
DEBUG(0, ("error starting transaction\n"));
goto fail;
}