Merge branch 'andrew-field-fix/spelling'

This commit is contained in:
Mark McGranaghan 2020-04-10 17:55:09 -07:00
commit 594a5bb349
3 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@ func main() {
grepBytes, _ := ioutil.ReadAll(grepOut) grepBytes, _ := ioutil.ReadAll(grepOut)
grepCmd.Wait() grepCmd.Wait()
// We ommited error checks in the above example, but // We omitted error checks in the above example, but
// you could use the usual `if err != nil` pattern for // you could use the usual `if err != nil` pattern for
// all of them. We also only collect the `StdoutPipe` // all of them. We also only collect the `StdoutPipe`
// results, but you could collect the `StderrPipe` in // results, but you could collect the `StderrPipe` in

View File

@ -1,2 +1,2 @@
64e8937dacf6d81f39a3b66584fb70f46dd2126b 6a62e3109c483c2b52a99905dc1ba5c8cb2a281b
jUpRr-RcUKf m2CpSlHPEVq

View File

@ -46,7 +46,7 @@ of spawning processes from Go.</p>
</td> </td>
<td class="code leading"> <td class="code leading">
<a href="http://play.golang.org/p/jUpRr-RcUKf"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" /> <a href="http://play.golang.org/p/m2CpSlHPEVq"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
<div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span> <div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span>
</pre></div> </pre></div>
@ -157,7 +157,7 @@ to exit.</p>
<tr> <tr>
<td class="docs"> <td class="docs">
<p>We ommited error checks in the above example, but <p>We omitted error checks in the above example, but
you could use the usual <code>if err != nil</code> pattern for you could use the usual <code>if err != nil</code> pattern for
all of them. We also only collect the <code>StdoutPipe</code> all of them. We also only collect the <code>StdoutPipe</code>
results, but you could collect the <code>StderrPipe</code> in results, but you could collect the <code>StderrPipe</code> in