service->config.scavenging_interval=lpcfg_parm_int(lp_ctx, NULL,"wreplsrv","scavenging_interval",
service->config.renew_interval/2);
- /* the maximun interval to the next periodic processing event */
+ /* the maximum interval to the next periodic processing event */
service->config.periodic_interval = lpcfg_parm_int(lp_ctx, NULL,"wreplsrv","periodic_interval", 15);
return NT_STATUS_OK;
* even after 'tombstone_timeout' passes the current timestamp.
* this is the minimum uptime of the wrepl service, before
* we start delete tombstones. This is to prevent deletion of
- * tombstones, without replacte them.
+ * tombstones, without replicating them.
*/
uint32_t tombstone_extra_timeout;
/*
* the interval (in secs) to the next periodic processing
- * (this is the maximun interval)
+ * (this is the maximum interval)
*/
uint32_t periodic_interval;
} config;