Re: Fix typo: multiple tuple => tuples

2021-05-26 Thread Michael Paquier
On Wed, May 26, 2021 at 07:37:15AM +, houzj.f...@fujitsu.com wrote: > I found a possible typo in the code comments of heap_multi_insert. > > - * heap_multi_insert - insert multiple tuple into a heap > + * heap_multi_insert - insert multiple tuples into a heap > > Attaching a p

Fix typo: multiple tuple => tuples

2021-05-26 Thread houzj.f...@fujitsu.com
Hi, I found a possible typo in the code comments of heap_multi_insert. - * heap_multi_insert - insert multiple tuple into a heap + * heap_multi_insert - insert multiple tuples into a heap Attaching a patch to fix it. Best regards, houzj 0001-fix-typo.patch Description: 000