mirror of https://github.com/citusdata/citus.git
Fix typo in local_executor.c (#7324)
Fix a typo 'remaning' -> 'remaining' in local_executor.cpull/7327/head
parent
21646ca1e9
commit
e535f53ce5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue