mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
spelling: plentiful
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -34,7 +34,7 @@ predicate problem(string name1, AstNode node1, string name2, string kind) {
|
||||
pack2 = pack1.getADependency*() and
|
||||
name2 = getNameAndPack(_, kind, lower, pack2) and // TODO: Get if it's a dependency pack in the alert-message.
|
||||
name1 != name2 and
|
||||
kind != "variable" // these are benign, and plentyful...
|
||||
kind != "variable" // these are benign, and plentiful...
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user