On Fri, 19 Sept 2025 at 22:48, Tender Wang <tndrwang(at)gmail(dot)com> wrote:
> /*
> * Try to convert a list of OR-clauses to a single SAOP expression. Each
> * OR entry must be in the form: (indexkey operator constant) or (constant
> * operator indexkey). Operators of all the entries must match. To be
> * effective, give up on the first non-matching entry. Exit is
> * implemented as a break from the loop, which is catched afterwards.
> */
>
> "catched" should be "caught".
Thanks. I'll handle this.
David