]> Cypherpunks repositories - gostls13.git/commitdiff
os: fix typo in TestExecutable comment
authorTobias Klauser <tklauser@distanz.ch>
Sat, 9 Dec 2017 11:31:41 +0000 (12:31 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 9 Dec 2017 15:49:34 +0000 (15:49 +0000)
Change-Id: I2ad5d73deaee57ccbb2c75378dcc2884e43be3bb
Reviewed-on: https://go-review.googlesource.com/82899
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/executable_test.go

index 7800844e4207cacfbc202317389b416b916addf5..4a9a8837be415a4faa30f24a53c20c973cd861e7 100644 (file)
@@ -17,7 +17,7 @@ import (
 const executable_EnvVar = "OSTEST_OUTPUT_EXECPATH"
 
 func TestExecutable(t *testing.T) {
-       testenv.MustHaveExec(t) // will also execlude nacl, which doesn't support Executable anyway
+       testenv.MustHaveExec(t) // will also exclude nacl, which doesn't support Executable anyway
        ep, err := os.Executable()
        if err != nil {
                t.Fatalf("Executable failed: %v", err)