1 parent 253c9f0 commit f0d73ecCopy full SHA for f0d73ec
1 file changed
cmd/zimple/zimple.go
@@ -48,7 +48,7 @@ func run(ctx context.Context, cfg zimple.Config) {
48
49
go func() {
50
for output := range cfg.Blocks[i].Start(ctx) {
51
- if ctx.Err() != nil { // context has been cancelled
+ if ctx.Err() != nil { // context has been canceled
52
return
53
}
54
mu.Lock()
0 commit comments