From 044782ee13a7dff8f8fccd70f56977fe2d73d5ce Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 22 May 2024 17:25:37 +0530 Subject: [PATCH] ... --- tools/tui/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tui/run.go b/tools/tui/run.go index cc3a8a69e..f40914394 100644 --- a/tools/tui/run.go +++ b/tools/tui/run.go @@ -219,7 +219,7 @@ func RunCommandRestoringTerminalToSaneStateAfter(cmd []string) { } func() { if err = c.Start(); err != nil { - fmt.Fprintln(os.Stderr, cmd[0], "failed with error:", err) + fmt.Fprintln(os.Stderr, cmd[0], "failed to start with error:", err) return } signal.Ignore(os.Interrupt)