Ssh2.qll: fix a typo

This commit is contained in:
am0o0
2024-05-29 16:00:52 +02:00
parent 5299c4a845
commit 171486641e

View File

@@ -27,7 +27,7 @@ private module Ssh2 {
}
/**
* A `execute` method responsible for executing commands on remote secondary servers.
* An `execute` method responsible for executing commands on remote secondary servers.
*/
class Ssh2Execute extends SecondaryCommandInjection {
Ssh2Execute() {