提交 26c0307a 编写于 作者: D Derek Parker

proc: fix typo

上级 42664795
......@@ -335,7 +335,7 @@ func (dbp *Process) waitForStop() ([]int, error) {
} else if n < 0 {
return nil, fmt.Errorf("error waiting for thread stop %d", n)
} else if count > 16 {
return nil, fmt.Errorf("could not stop porcess %d", n)
return nil, fmt.Errorf("could not stop process %d", n)
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册