codeql icon indicating copy to clipboard operation
codeql copied to clipboard

Fix typo from `occured` to `occurred`

Open BaseMax opened this issue 6 months ago • 1 comments
trafficstars

Fix typo from occured to occurred

BaseMax avatar May 13 '25 18:05 BaseMax

There are three files with usages of "occured". In one it is deliberate and another file is a stub (i.e. copied from external code, with method bodies removed), so it probably shouldn't be changed. Only the ones in javascript/ql/test/query-tests/Security/CWE-912/tst.js appears to be incorrect and should be fixed.

owen-mc avatar May 14 '25 08:05 owen-mc