summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-12-01 11:49:07 +0100
committerStefan Metzmacher <metze@samba.org>2017-02-14 00:24:25 +0100
commitcad7d1c178d8a2fab37266c633d533251acc719a (patch)
tree52c295d1a1c6fcbc57c90d109829c0b054ebaa9e
parent87d6207b1762335b4381d8e1fe7784835b5bb500 (diff)
downloadsamba-cad7d1c178d8a2fab37266c633d533251acc719a.tar.gz
s4:dsdb/repl: s/highestCommitedUsn/highestCommittedUSN
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> (cherry picked from commit 7888c250da03b0deaafed0932f9d6bcb1dd296a4)
-rw-r--r--source4/dsdb/repl/drepl_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/repl/drepl_service.h b/source4/dsdb/repl/drepl_service.h
index edba4c4a49b..6b85ad6c672 100644
--- a/source4/dsdb/repl/drepl_service.h
+++ b/source4/dsdb/repl/drepl_service.h
@@ -89,7 +89,7 @@ struct dreplsrv_partition {
/*
* uptodate vector needs to be updated before and after each DsGetNCChanges() call
*
- * - before: we need to use our own invocationId together with our highestCommitedUsn
+ * - before: we need to use our own invocationId together with our highestCommittedUSN
* - after: we need to merge in the remote uptodatevector, to avoid reading it again
*/
struct replUpToDateVectorCtr2 uptodatevector;