From 085476a222a53c41f24e07a11d211d9a8b208102 Mon Sep 17 00:00:00 2001 From: JosueNina <36119850+JosueNina@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:13:49 -0500 Subject: [PATCH] job_queue: fix typos in comments (#8390) Corrected minor typos in comments within the JobQueue class to improve readability - Verify all comments for further errors --- Queues/JobQueue.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Queues/JobQueue.cs b/Queues/JobQueue.cs index 7cce5c855d25..66acec99af6b 100644 --- a/Queues/JobQueue.cs +++ b/Queues/JobQueue.cs @@ -207,7 +207,7 @@ public AlgorithmNodePacket NextJob(out string algorithmPath) } if (brokerageFactoryForDataHandler.BrokerageType == brokerageName) { - //Don't need to add brokearageData again if added by brokerage + //Don't need to add brokerageData again if added by brokerage continue; } foreach (var data in brokerageFactoryForDataHandler.BrokerageData)