Fix typo.

This commit is contained in:
intrigus-lgtm
2022-08-17 00:00:32 +02:00
committed by GitHub
parent dabccd8686
commit 45f708bb58

View File

@@ -9,7 +9,7 @@ vulnerable to attack by command injection, because <code>wordexp</code> performs
</overview>
<recommendation>
<p>When calling <code>wordexp</code>, pass the <code>WRDE_NOCMD</code> flag to to prevent command substitution.</p>
<p>When calling <code>wordexp</code>, pass the <code>WRDE_NOCMD</code> flag to prevent command substitution.</p>
</recommendation>
<example>