compose ps: fix typo "unknow" -> "unknown"
Signed-off-by: Jon Cram <webignition@gmail.com>
This commit is contained in:
parent
36c2947e4d
commit
f03b7085c3
|
|
@ -59,7 +59,7 @@ func (p *psOptions) parseFilter() error {
|
||||||
case "source":
|
case "source":
|
||||||
return api.ErrNotImplemented
|
return api.ErrNotImplemented
|
||||||
default:
|
default:
|
||||||
return fmt.Errorf("unknow filter %s", parts[0])
|
return fmt.Errorf("unknown filter %s", parts[0])
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue