Skip to content

Commit ff6ce9c

Browse files
committed
spelling: description
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 1c290b9 commit ff6ce9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Best Practices/WrongUintAccess.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @id cpp/wrong-uint-access
33
* @name Wrong Uint
4-
* @descripion Access an array of size lower than 256 with a uint16.
4+
* @description Access an array of size lower than 256 with a uint16.
55
* @kind problem
66
* @problem.severity recommendation
77
* @tags efficiency

0 commit comments

Comments
 (0)