docs: fix spelling / various typos (#526)

This commit is contained in:
Josh Soref
2022-10-11 08:40:01 -04:00
committed by GitHub
parent 8703897aad
commit 4aa9ce489b
7 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ type execMsg struct {
}
// Exec is used to perform arbitrary I/O in a blocking fashion, effectively
// pausing the Program while execution is runnning and resuming it when
// pausing the Program while execution is running and resuming it when
// execution has completed.
//
// Most of the time you'll want to use ExecProcess, which runs an exec.Cmd.