openldap2/0236-ITS-9468-fixed-typos.patch
2024-02-28 21:00:53 +08:00

27 lines
950 B
Diff

From 0512f1627c48d833bb110bb28e71400e182859d2 Mon Sep 17 00:00:00 2001
From: Tero Saarni <tero.saarni@est.tech>
Date: Tue, 11 May 2021 17:02:40 +0300
Subject: [PATCH 236/238] 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 8e77e3a60..f44bdff06 100644
--- a/servers/slapd/back-ldap/bind.c
+++ b/servers/slapd/back-ldap/bind.c
@@ -3100,8 +3100,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.32.0