Fix typo: collcet -> collect (#7734)

Just a tiny typo fix in comment
pull/7613/head^2
michailtoksovo 2025-02-07 14:03:34 +00:00 committed by GitHub
parent f7c57351a7
commit 829665ebca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4688,7 +4688,7 @@ void
SendOrCollectCommandListToMetadataNodes(MetadataSyncContext *context, List *commands)
{
/*
* do not send any command to workers if we collcet commands.
* do not send any command to workers if we collect commands.
* Collect commands into metadataSyncContext's collected command
* list.
*/