Fix non-US spelling of 'behavior'

This commit is contained in:
Nick Rolfe
2021-12-17 15:29:31 +00:00
parent 9ad9b81327
commit 28912c508f
14 changed files with 14 additions and 14 deletions

View File

@@ -85,7 +85,7 @@ SupportMethod getASupportMethod() {
}
/**
* Returns a CSV specification of the taint-/value-propagation behaviour of a test support method (`get` or `newWith` method).
* Returns a CSV specification of the taint-/value-propagation behavior of a test support method (`get` or `newWith` method).
*/
query string getASupportMethodModel() { result = getASupportMethod().getCsvModel() }