Skip to content

Commit eaa8ca0

Browse files
committed
spelling: parameter
Signed-off-by: Josh Soref <[email protected]>
1 parent 6d8074e commit eaa8ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/dataflow/internal/DataFlowDispatch.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class PropertyObserverCall extends DataFlowCall, TPropertyObserverCall {
191191
result = observer.getBase()
192192
or
193193
// TODO: This is correct for `willSet` (which takes a `newValue` parameter),
194-
// but for `didSet` (which takes an `oldValue` paramter) we need an rvalue
194+
// but for `didSet` (which takes an `oldValue` parameter) we need an rvalue
195195
// for `getBase()`.
196196
i = 0 and
197197
result = observer.getSource()

0 commit comments

Comments
 (0)