Skip to content

Commit bba8e45

Browse files
authored
Merge pull request #7602 from igfoo/igfoo/typos
Fix a couple of typos: clases / clasess
2 parents ed28b7f + 22dc246 commit bba8e45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/ql/lib/semmle/code/java/security/RandomQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** Provides clases and methods shared by randomness-related queries. */
1+
/** Provides classes and methods shared by randomness-related queries. */
22

33
import java
44
import semmle.code.java.dataflow.DefUse

javascript/ql/lib/semmle/javascript/heuristics/all.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Provides classes that heuristically increase the extent of abstract clasess of the standard library.
2+
* Provides classes that heuristically increase the extent of abstract classes of the standard library.
33
*
44
* This module imports all of the `semmle.javascript.heuristics` modules.
55
*

0 commit comments

Comments
 (0)