Skip to content

Commit

Permalink
fix typos cmd_app.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 authored Dec 6, 2023
1 parent 2d2fe88 commit dd7a8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/cmd/cmd_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (c *Cmd) WaitExit() {
select {
case err = <-c.ErrChan:
if err != nil {
fmt.Printf("%s appear error durning running, err: %v\n", c.name, err)
fmt.Printf("%s appear error during running, err: %v\n", c.name, err)
}
default:
<-time.After(time.Millisecond * 500)
Expand Down

0 comments on commit dd7a8af

Please sign in to comment.