Skip to content

Commit f39d08e

Browse files
committed
PS: Fix spelling.
1 parent 6d496ee commit f39d08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powershell/ql/lib/semmle/code/powershell/dataflow/internal/DataFlowPublic.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ class CallNode extends ExprNode {
540540
Node getCallee() { result.asExpr() = call.getCallee() }
541541
}
542542

543-
/** A call to operator `&`, viwed as a node in a data flow graph. */
543+
/** A call to operator `&`, viewed as a node in a data flow graph. */
544544
class CallOperatorNode extends CallNode {
545545
override CfgNodes::ExprNodes::CallOperatorCfgNode call;
546546

0 commit comments

Comments
 (0)