Commit bb11af80 authored by Cristian Maglie's avatar Cristian Maglie

Fixed typo in comment

parent 0c8aed61
......@@ -71,7 +71,8 @@ func executeWithArgs(t *testing.T, args ...string) (int, []byte) {
var output []byte
var exitCode int
fmt.Printf("RUNNING: %s\n", args)
// This closure is here because we won'that the defer are execute at the end of the "executeWithArgs" method
// This closure is here because we won't that the defer are executed after the end of the "executeWithArgs" method
func() {
redirect := &stdOutRedirect{}
redirect.Open(t)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment