Skip to content

Commit f06c15b

Browse files
committed
spelling: genuinely
Signed-off-by: Josh Soref <[email protected]>
1 parent 29da681 commit f06c15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Best Practices/Unused Entities/UnusedStaticVariables.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ caused by an unhandled case.</p>
1111

1212
</overview>
1313
<recommendation>
14-
<p>Check that the unused static variable does not indicate a defect, for example, an unhandled case. If the static variable is genuinuely not needed,
14+
<p>Check that the unused static variable does not indicate a defect, for example, an unhandled case. If the static variable is genuinely not needed,
1515
then removing it will make code more readable. If the static variable is needed then you should update the code to fix the defect.</p>
1616

1717
</recommendation>

0 commit comments

Comments
 (0)