Fix a typo in the comment for gettuple_eval_partition()

Tender Wang <tndrwang@gmail.com>

From: Tender Wang <tndrwang@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-10T11:11:16Z
Lists: pgsql-hackers

Attachments

Hi,

I found a typo in the comment for gettuple_eval_partition().

/* gettuple_eval_partition
 * get tuple in a patition and evaluate the window function's argument
 * expression on it.
 */

"patition" should be "partition"

The attached patch fixes it.

-- 
Thanks,
Tender Wang