Merge pull request #9119 from github/nickrolfe/non-us-spelling-fixes

Fix non-US spellings and the corresponding query
This commit is contained in:
Nick Rolfe
2022-05-12 12:29:14 +01:00
committed by GitHub
10 changed files with 22 additions and 15 deletions

View File

@@ -34,7 +34,7 @@ private import semmle.code.java.StringFormat
* A string constant that contains a prefix whose possibly-appended strings are
* returned by `getAnAppendedExpression`.
*
* Extend this class to specify prefixes whose possibly-appended strings should be analysed.
* Extend this class to specify prefixes whose possibly-appended strings should be analyzed.
*/
abstract class InterestingPrefix extends CompileTimeConstantExpr {
/**