Skip to content

Commit dd5c455

Browse files
committed
spelling: variable
Signed-off-by: Josh Soref <[email protected]>
1 parent 9a32aba commit dd5c455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/Variable.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class Variable extends Declaration, @variable {
144144
* `Variable.getInitializer()` to get the variable's initializer,
145145
* or use `Variable.getAnAssignedValue()` to get an expression that
146146
* is the right-hand side of an assignment or an initialization of
147-
* the varible.
147+
* the variable.
148148
*/
149149
Assignment getAnAssignment() { result.getLValue() = this.getAnAccess() }
150150

0 commit comments

Comments
 (0)