Skip to content

Commit 86ee8c2

Browse files
committed
spelling: first
Signed-off-by: Josh Soref <[email protected]>
1 parent b5bed9c commit 86ee8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-754/ImproperCheckReturnValueScanf.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The user should check the return value of `scanf` and related functions and chec
1212
</p>
1313
</recommendation>
1414
<example>
15-
<p>The first first example below is correct, as value of `i` is only read once it is checked that `scanf` has read one item. The second example is incorrect, as the return value of `scanf` is not checked, and as `scanf` might have failed to read any item before returning.</p>
15+
<p>The first example below is correct, as value of `i` is only read once it is checked that `scanf` has read one item. The second example is incorrect, as the return value of `scanf` is not checked, and as `scanf` might have failed to read any item before returning.</p>
1616
<sample src="ImproperCheckReturnValueScanf.cpp" />
1717

1818
</example>

0 commit comments

Comments
 (0)