Fix typo in local_executor.c (#7324)

Fix a typo 'remaning' -> 'remaining' in local_executor.c
pg16_grant_inherit_set
cvbhjkl 2023-11-03 20:14:11 +08:00 committed by francisjodi
parent d42c145dab
commit e8e0b834c0
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ LogLocalCommand(Task *task)
*
* One slightly different case is modifications to replicated tables
* (e.g., reference tables) where a single task ends in two separate tasks
* and the local task is added to localTaskList and the remaning ones to
* and the local task is added to localTaskList and the remaining ones to
* the remoteTaskList.
*/
void