]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9197 - fix typo in prev commit
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 25 Feb 2021 17:05:17 +0000 (17:05 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 25 Feb 2021 17:05:39 +0000 (17:05 +0000)
tests/scripts/test079-proxy-timeout

index 79f19d937bc0a781092801883ee182f5bba42695..39a6d36cee067d3cb870e192b795509dd0472686 100755 (executable)
@@ -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`)"