misc: Fix typos and spelling errors
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -53,7 +53,7 @@ type function struct {
|
||||
GolangPackage *golangPackage `yaml:"golangPackage"`
|
||||
// GolangFunc is the name of the function in golang.
|
||||
GolangFunc string `yaml:"golangFunc"`
|
||||
// Errorful indicates wether the golang function can return an error
|
||||
// Errorful indicates whether the golang function can return an error
|
||||
// as second argument.
|
||||
Errorful bool `yaml:"errorful"`
|
||||
// Args is the list of the arguments of the function.
|
||||
|
||||
Reference in New Issue
Block a user