Skip to content

Commit f46dd8c

Browse files
Fix misspellings
1 parent a6736a9 commit f46dd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-925/ImproperIntentVerification.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Improper verification of intent by broadcast receiver
3-
* @description A broadcast reciever that does not verify intents it recieves may be susceptible to unintended behaviour by third party applications sending it explicit intents.
3+
* @description A broadcast receiver that does not verify intents it receives may be susceptible to unintended behavior by third party applications sending it explicit intents.
44
* @kind problem
55
* @problem.severity warning
66
* @security-severity 8.2

0 commit comments

Comments
 (0)