Fix typo in local_executor.c (#7324)

Fix a typo 'remaning' -> 'remaining' in local_executor.c
pull/7327/head
cvbhjkl 2023-11-03 20:14:11 +08:00 committed by GitHub
parent 21646ca1e9
commit e535f53ce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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