diff --git a/src/dsql/BoolNodes.h b/src/dsql/BoolNodes.h index 43ad33fcd0..a936f5c46d 100644 --- a/src/dsql/BoolNodes.h +++ b/src/dsql/BoolNodes.h @@ -165,7 +165,7 @@ public: bool ignoreNulls(const StreamList& streams) const override { // IN () is logically the same as = [0] OR = [1] OR .. - // See above (BinaryBoolNode) the rule for the OR predicate: all its aruments should have + // See above (BinaryBoolNode) the rule for the OR predicate: all its arguments should have // ignoreNulls == true to make the final result also true. Follow the same logic here. if (arg->ignoreNulls(streams))