File 0228-ITS-9197-fix-typo-in-prev-commit.patch of Package openldap2.19532
From 0db68d0983e21eee17c135402c7d603c6415ae65 Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Thu, 25 Feb 2021 17:05:17 +0000
Subject: [PATCH 228/230] ITS#9197 - fix typo in prev commit
---
tests/scripts/test079-proxy-timeout | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/scripts/test079-proxy-timeout b/tests/scripts/test079-proxy-timeout
index 79f19d937..39a6d36ce 100644
--- a/tests/scripts/test079-proxy-timeout
+++ b/tests/scripts/test079-proxy-timeout
@@ -301,7 +301,7 @@ if test $RC != 0 ; then
exit $RC
fi
-# sleep until 2 seconds before new exteneded idle-timeout, check that connection still exist
+# sleep until 2 seconds before new extended idle-timeout, check that connection still exist
NOW=`date +%s`
sleep `expr $CONN_EXPIRES - $NOW - 2`
echo "Check that connection is still alive due to idle-timeout reset (time_t now=`date +%s`)"
--
2.30.1