fix typo in local_executor.c

pull/7324/head
simmonwu 2023-11-03 19:49:29 +08:00
parent 21646ca1e9
commit 85af1f4cd3
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