From 570d7b6d7f3e0e3edf69377bf8fa2ed644131c83 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Tue, 4 Apr 2023 09:55:37 +0800 Subject: [PATCH] Fix typo, Intially -> Initially --- up.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/up.go b/up.go index e83cceb..eb16580 100644 --- a/up.go +++ b/up.go @@ -208,7 +208,7 @@ func main() { // Initially, no subprocess is running, as no command is entered yet commandSubprocess *Subprocess = nil ) - // Intially, for user's convenience, show the raw input data, as if `cat` command was typed + // Initially, for user's convenience, show the raw input data, as if `cat` command was typed commandOutput.Buf = stdinCapture // Main loop