Skip to content

Commit 5765a71

Browse files
committed
spelling: whether
Signed-off-by: Josh Soref <[email protected]>
1 parent f19a5c4 commit 5765a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/semmle/python/functions/ModificationOfParameterWithDefaultCustomizations.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module ModificationOfParameterWithDefault {
3333
* should determine if the node (which is perhaps about to be modified)
3434
* can be the default value or not.
3535
*
36-
* In this query we do not track the default value exactly, but rather wheter
36+
* In this query we do not track the default value exactly, but rather whether
3737
* it is empty or not (see `Source`).
3838
*
3939
* This is the extension point for determining that a node must be empty and
@@ -46,7 +46,7 @@ module ModificationOfParameterWithDefault {
4646
* should determine if the node (which is perhaps about to be modified)
4747
* can be the default value or not.
4848
*
49-
* In this query we do not track the default value exactly, but rather wheter
49+
* In this query we do not track the default value exactly, but rather whether
5050
* it is empty or not (see `Source`).
5151
*
5252
* This is the extension point for determining that a node must be non-empty

0 commit comments

Comments
 (0)