]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/internal/browser: fix typo
authorKevin Burke <kev@inburke.com>
Fri, 24 Feb 2017 20:07:25 +0000 (12:07 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 24 Feb 2017 20:49:10 +0000 (20:49 +0000)
Change-Id: I3c31f10c1082c7bc57aac18856014c55f79e0fed
Reviewed-on: https://go-review.googlesource.com/37409
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/internal/browser/browser.go

index 595c41b3dd405ced92516471e79e6edeb7a3efed..6867c85d2320406bb4c80b8960f5b958c6a2f196 100644 (file)
@@ -49,7 +49,7 @@ func Open(url string) bool {
        return false
 }
 
-// appearsSuccessful reports whether the command appears to have run succesfully.
+// appearsSuccessful reports whether the command appears to have run successfully.
 // If the command runs longer than the timeout, it's deemed successful.
 // If the command runs within the timeout, it's deemed successful if it exited cleanly.
 func appearsSuccessful(cmd *exec.Cmd, timeout time.Duration) bool {