From 3cc38feebca8016c152ebe4c80af963c9d024ac1 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 18 Sep 2020 14:51:38 +0100 Subject: [PATCH] Fix a couple of typos in QLDoc comments --- java/ql/src/semmle/code/java/security/CommandArguments.qll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/ql/src/semmle/code/java/security/CommandArguments.qll b/java/ql/src/semmle/code/java/security/CommandArguments.qll index 709a687cf7d..595a1517db7 100644 --- a/java/ql/src/semmle/code/java/security/CommandArguments.qll +++ b/java/ql/src/semmle/code/java/security/CommandArguments.qll @@ -67,7 +67,7 @@ private class CommandArgumentList extends SsaExplicitUpdate { ) } - /** Gets a use of the veriable for which the list could be empty. */ + /** Gets a use of the variable for which the list could be empty. */ private RValue getAUseBeforeFirstAdd() { result = getAFirstUse() or @@ -127,7 +127,7 @@ private class CommandArgumentArray extends SsaExplicitUpdate { ) } - /** Gets an expression that is written to the given index of this array at he given use. */ + /** Gets an expression that is written to the given index of this array at the given use. */ Expr getAWrite(int index, RValue use) { exists(Assignment a, ArrayAccess acc | acc.getArray() = use and