Skip to content

Commit 3cc38fe

Browse files
Fix a couple of typos in QLDoc comments
1 parent 9c643ec commit 3cc38fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/semmle/code/java/security/CommandArguments.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private class CommandArgumentList extends SsaExplicitUpdate {
6767
)
6868
}
6969

70-
/** Gets a use of the veriable for which the list could be empty. */
70+
/** Gets a use of the variable for which the list could be empty. */
7171
private RValue getAUseBeforeFirstAdd() {
7272
result = getAFirstUse()
7373
or
@@ -127,7 +127,7 @@ private class CommandArgumentArray extends SsaExplicitUpdate {
127127
)
128128
}
129129

130-
/** Gets an expression that is written to the given index of this array at he given use. */
130+
/** Gets an expression that is written to the given index of this array at the given use. */
131131
Expr getAWrite(int index, RValue use) {
132132
exists(Assignment a, ArrayAccess acc |
133133
acc.getArray() = use and

0 commit comments

Comments
 (0)