Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion up.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down