Skip to content

Commit 2789c2d

Browse files
committed
CPP: Fix typos.
1 parent 9c97446 commit 2789c2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/src/Likely Bugs/Protocols/TlsSettingsMisconfiguration.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"qhelp.dtd">
44
<qhelp>
55
<overview>
6-
<p>Using TLS or SSLv23 protool from the boost::asio library, but not disabling deprecated protocols or disabling minimum-recommended protocols.</p>
6+
<p>Using the TLS or SSLv23 protocol from the boost::asio library, but not disabling deprecated protocols or disabling minimum-recommended protocols.</p>
77
</overview>
88

99
<references>

cpp/ql/src/Likely Bugs/Protocols/TlsSettingsMisconfiguration.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Boost_asio TLS Settings Misconfiguration
3-
* @description Using TLS or SSLv23 protool from the boost::asio library, but not disabling deprecated protocols or disabling minimum-recommended protocols
3+
* @description Using the TLS or SSLv23 protocol from the boost::asio library, but not disabling deprecated protocols or disabling minimum-recommended protocols.
44
* @kind problem
55
* @problem.severity error
66
* @id cpp/boost/tls_settings_misconfiguration

0 commit comments

Comments
 (0)