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)