Skip to content

Commit 3384521

Browse files
authored
Merge pull request #10357 from erik-krogh/typos
make a shared library of the typo database
2 parents cb95e8f + 6a2fa2e commit 3384521

File tree

8 files changed

+9052
-18072
lines changed

8 files changed

+9052
-18072
lines changed

javascript/ql/src/Expressions/Misspelling.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import javascript
66
// import typo database (generated from Wikipedia, licensed under CC BY-SA 3.0)
7-
import TypoDatabase
7+
import codeql.typos.TypoDatabase
88

99
/**
1010
* Holds if `wrong` is a misspelling of `right` that might be intentional or

0 commit comments

Comments
 (0)