Skip to content

Commit f0d73ec

Browse files
committed
chore: fix typo
1 parent 253c9f0 commit f0d73ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/zimple/zimple.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func run(ctx context.Context, cfg zimple.Config) {
4848

4949
go func() {
5050
for output := range cfg.Blocks[i].Start(ctx) {
51-
if ctx.Err() != nil { // context has been cancelled
51+
if ctx.Err() != nil { // context has been canceled
5252
return
5353
}
5454
mu.Lock()

0 commit comments

Comments
 (0)