提交 c7f11149 编写于 作者: A aarzilli

Fix typo in terminal/terminal.go

Fixes #589
上级 bfc280f4
......@@ -72,7 +72,7 @@ func (t *Term) Run() (int, error) {
signal.Notify(ch, syscall.SIGINT)
go func() {
for range ch {
fmt.Printf("recieved SIGINT, stopping process (will not forward signal)")
fmt.Printf("received SIGINT, stopping process (will not forward signal)")
_, err := t.client.Halt()
if err != nil {
fmt.Fprintf(os.Stderr, "%v", err)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册