From 255a37461e4047781bd1f85fdfa7c3ef81dc6032 Mon Sep 17 00:00:00 2001 From: Tero Saarni Date: Tue, 11 May 2021 17:02:40 +0300 Subject: [PATCH] ITS#9468 fixed typos --- servers/slapd/back-ldap/bind.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/slapd/back-ldap/bind.c b/servers/slapd/back-ldap/bind.c index 02541d7bfd..630a398eff 100644 --- a/servers/slapd/back-ldap/bind.c +++ b/servers/slapd/back-ldap/bind.c @@ -3092,8 +3092,8 @@ ldap_back_conn_expire_time( ldapinfo_t *li, ldapconn_t *lc) { } /* - * Iterate though connections and close those that are pass the expiry time. - * Also calculate the time for next connection to to expire. + * Iterate though connections and close those that are past the expiry time. + * Also calculate the time for next connection to expire. * * Note: * When the client sends a request after remote connection is pruned, a new -- 2.47.3