Fix non-US spellings: s/analyse/analyze

This commit is contained in:
Nick Rolfe
2022-05-11 17:48:27 +01:00
parent 2d246a4034
commit e1b277386a
7 changed files with 14 additions and 11 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 {
/**