Skip to content

Commit 4d22b2a

Browse files
committed
spelling: interesting
Signed-off-by: Josh Soref <[email protected]>
1 parent 362d143 commit 4d22b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/codeql_ql/style/DeadCodeQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ private AstNode queryable() {
249249

250250
/**
251251
* Gets an AstNode that does not affect any query result.
252-
* Is interresting as an quick-eval target to investigate dead code.
252+
* Is interesting as an quick-eval target to investigate dead code.
253253
* (It is intentional that this predicate is a result of this predicate).
254254
*/
255255
AstNode unQueryable(string msg) {

0 commit comments

Comments
 (0)