1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

dsdb: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2022-04-10 20:14:38 +02:00 committed by Jeremy Allison
parent 830b561cc9
commit cdef977031

View File

@ -355,7 +355,7 @@ int partition_metadata_sequence_number(struct ldb_module *module, uint64_t *valu
/*
* This means we will give a 0 until the first write
* tranaction, which is actually pretty reasonable.
* transaction, which is actually pretty reasonable.
*
* All modern databases will have the metadata.tdb from
* the time of the first transaction in provision anyway.