Skip to content

Commit

Permalink
job_queue: fix typos in comments (#8390)
Browse files Browse the repository at this point in the history
Corrected minor typos in comments within the JobQueue class to improve
readability

- Verify all comments for further errors
  • Loading branch information
JosueNina authored Nov 1, 2024
1 parent c78774b commit 085476a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Queues/JobQueue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 085476a

Please sign in to comment.