Skip to content

Commit 1a14c06

Browse files
committed
spelling: receiver
Signed-off-by: Josh Soref <[email protected]>
1 parent 061d1ee commit 1a14c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Otherwise, a third-party application could impersonate the system this way to ca
2626

2727
<recommendation>
2828
<p>
29-
In the <code>onReceive</code> method of a <code>BroadcastReciever</code>, the action of the received Intent should be checked. The following code demonstrates this.
29+
In the <code>onReceive</code> method of a <code>BroadcastReceiver</code>, the action of the received Intent should be checked. The following code demonstrates this.
3030
</p>
3131
<sample src="Good.java" />
3232
</recommendation>

0 commit comments

Comments
 (0)