r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for correct...
[kai/samba.git] / source / wrepl_server / wrepl_server.c
index 688471c33281d7fe6bbe6d5c062f077cc32da292..f32c4bb9bfec57594929b74eb03eab30dbe0efdc 100644 (file)
@@ -320,7 +320,7 @@ NTSTATUS wreplsrv_add_table(struct wreplsrv_service *service,
 
        /* the min_version is always 0 here, and won't be updated */
 
-       /* if the given version is higher the then current nax_version, update */
+       /* if the given version is higher than the current max_version, update */
        if (cur->owner.max_version < version) {
                cur->owner.max_version = version;
                /* if it's for our local db, we need to update the wins.ldb too */