Skip to content

Commit

Permalink
Fix typo in local_executor.c (#7324)
Browse files Browse the repository at this point in the history
Fix a typo 'remaning' -> 'remaining' in local_executor.c
  • Loading branch information
cvbhjkl authored Nov 3, 2023
1 parent 21646ca commit e535f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/distributed/executor/local_executor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e535f53

Please sign in to comment.