misc: Fix typos and spelling errors

This commit is contained in:
Edward Toroshchyn
2025-02-24 15:59:00 +01:00
parent 1f90de31e7
commit c25a2a257b
40 changed files with 62 additions and 62 deletions

View File

@@ -806,7 +806,7 @@ func (obj *Engine) process(ctx context.Context) (reterr error) {
// Check each leaf and make sure they're all ready to send, for us to
// send anything to ag channel. In addition, we need at least one send
// message from any of the valid isLeaf nodes. Since this only runs if
// everyone is loaded, we just need to check for activty leaf nodes.
// everyone is loaded, we just need to check for activity leaf nodes.
obj.stateMutex.Lock()
for node := range obj.activity {
if obj.leafSend {