Skip to content

Commit 1714866

Browse files
committed
Ssh2.qll: fix a typo
1 parent 5299c4a commit 1714866

File tree

1 file changed

+1
-1
lines changed
  • python/ql/src/experimental/semmle/python/frameworks

1 file changed

+1
-1
lines changed

python/ql/src/experimental/semmle/python/frameworks/Ssh2.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private module Ssh2 {
2727
}
2828

2929
/**
30-
* A `execute` method responsible for executing commands on remote secondary servers.
30+
* An `execute` method responsible for executing commands on remote secondary servers.
3131
*/
3232
class Ssh2Execute extends SecondaryCommandInjection {
3333
Ssh2Execute() {

0 commit comments

Comments
 (0)