Skip to content

Commit cabd275

Browse files
Fix typo, add Oxford comma
1 parent 7d05759 commit cabd275

File tree

1 file changed

+1
-1
lines changed
  • java/ql/src/experimental/Security/CWE/CWE-327

1 file changed

+1
-1
lines changed

java/ql/src/experimental/Security/CWE/CWE-327/SslLib.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class SslParametersSetProtocolsSink extends DataFlow::ExprNode {
6161
}
6262

6363
/**
64-
* A sink that sets protocol versions fro `SSLSocket`, `SSLServerSocket` and `SSLEngine`,
64+
* A sink that sets protocol versions for `SSLSocket`, `SSLServerSocket`, and `SSLEngine`,
6565
* i.e. `socket.setEnabledProtocols(versions)` or `engine.setEnabledProtocols(versions)`.
6666
*/
6767
class SetEnabledProtocolsSink extends DataFlow::ExprNode {

0 commit comments

Comments
 (0)