diff --git a/src/backend/executor/tqueue.c b/src/backend/executor/tqueue.c index 276956e..6fc769e 100644 --- a/src/backend/executor/tqueue.c +++ b/src/backend/executor/tqueue.c @@ -922,7 +922,7 @@ BuildRemapInfo(TupleDesc tupledesc) } /* - * Determine the remap class assocociated with a particular data type. + * Determine the remap class associated with a particular data type. * * Transient record types need to have the typmod applied on the sending side * replaced with a value on the receiving side that has the same meaning.