mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
spelling correction
s/singal/signal/ Docker-DCO-1.1-Signed-off-by: Dolph Mathews <dolph.mathews@gmail.com> (github: dolph)
This commit is contained in:
parent
b5a544b02e
commit
18ea183ea0
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ func (srv *Server) ContainerKill(job *engine.Job) engine.Status {
|
|||
|
||||
// If we have a signal, look at it. Otherwise, do nothing
|
||||
if len(job.Args) == 2 && job.Args[1] != "" {
|
||||
// Check if we passed the singal as a number:
|
||||
// Check if we passed the signal as a number:
|
||||
// The largest legal signal is 31, so let's parse on 5 bits
|
||||
sig, err = strconv.ParseUint(job.Args[1], 10, 5)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue