Fix typos

This commit is contained in:
Joe Farebrother
2022-04-05 12:32:31 +01:00
parent 1959f49165
commit 87f26bf033
2 changed files with 11 additions and 11 deletions

View File

@@ -13,6 +13,6 @@ import java
import semmle.code.java.security.ImproperIntentVerificationQuery
from Top reg, Method orm, SystemActionName sa
where unverifiedSystemReciever(reg, orm, sa)
where unverifiedSystemReceiver(reg, orm, sa)
select orm, "This reciever doesn't verify intents it recieves, and is registered $@ to recieve $@.",
reg, "here", sa, "the system action " + sa.getName()