aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorwellweek2024-03-08 15:01:12 +0100
committerGert Doering2024-03-08 16:46:24 +0100
commitad39f99f27522e622f408cc1a3323ba7d80907e8 (patch)
treee069a5f4471a0c0e208449b4061f65aba25e8998 /contrib
parentbea088cf8ae3382aeed420da2a39f2a9f52df4cd (diff)
downloadopenvpn-ad39f99f27522e622f408cc1a3323ba7d80907e8.zip
openvpn-ad39f99f27522e622f408cc1a3323ba7d80907e8.tar.gz
remove repetitive words in documentation and comments
github: OpenVPN/openvpn/pull/517 Change-Id: I4f349963b41ebe155d3866da8955f2d7245d0394 Signed-off-by: wellweek <xiezitai@outlook.com> Acked-by: Frank Lichtenheld <frank@lichtenheld.com> Message-Id: <20240308140112.4015131-1-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28368.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/OCSP_check/OCSP_check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/OCSP_check/OCSP_check.sh b/contrib/OCSP_check/OCSP_check.sh
index 2675788..e4fec83 100644
--- a/contrib/OCSP_check/OCSP_check.sh
+++ b/contrib/OCSP_check/OCSP_check.sh
@@ -89,7 +89,7 @@ if [ $check_depth -eq -1 ] || [ $cur_depth -eq $check_depth ]; then
#
# NOTE: It is needed to check the exit code of OpenSSL explicitly. OpenSSL
# can in some circumstances give a "good" result if it could not
- # reach the the OSCP server. In this case, the exit code will indicate
+ # reach the OSCP server. In this case, the exit code will indicate
# if OpenSSL itself failed or not. If OpenSSL's exit code is not 0,
# don't trust the OpenSSL status.