Skip to content

Commit 88f295f

Browse files
committed
make a shared library of the typo database
1 parent b3653cc commit 88f295f

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)