docs: fixes typo
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Marvin Steadfast 2021-06-15 11:01:32 +02:00
parent 7ed6294563
commit cde814fc94

2
don.go
View File

@ -60,7 +60,7 @@ import (
var errTimeout = errors.New("timeout")
// Cmd returns a `func() bool` for working with don.Check. It executes a command and
// Cmd returns a `func() bool` for working with `don.Ready()`. It executes a command and
// returns a true if everything looks fine or a false if there was some kind of error.
func Cmd(c string) func() bool {
return func() bool {