Raul Silvera 8 lat temu
rodzic
commit
9e91875bc7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      internal/driver/commands.go

+ 1
- 1
internal/driver/commands.go Wyświetl plik

@@ -443,7 +443,7 @@ func invokeVisualizer(format PostProcessor, suffix string, visualizers []string)
443 443
 				defer func(t <-chan time.Time) {
444 444
 					<-t
445 445
 				}(time.After(time.Second))
446
-				// On interactive mode, let the visualizer run on the background
446
+				// On interactive mode, let the visualizer run in the background
447 447
 				// so other commands can be issued.
448 448
 				if !interactiveMode {
449 449
 					return viewer.Wait()