Skip to content

Commit c92ce69

Browse files
committed
spelling: when
Signed-off-by: Josh Soref <[email protected]>
1 parent 9d6ea28 commit c92ce69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Critical/DescriptorMayNotBeClosed.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This can occur when an operation performed on the open descriptor fails, and the
1919

2020
<example>
2121
<p>In the example below, the <code>sockfd</code> socket may remain open if an error is triggered.
22-
The code should be updated to ensure that the socket is always closed when when the function ends.
22+
The code should be updated to ensure that the socket is always closed when the function ends.
2323
</p>
2424
<sample src="DescriptorMayNotBeClosed.cpp" />
2525
</example>

0 commit comments

Comments
 (0)