Commit 67fcd9c5 authored by Kevin Burke's avatar Kevin Burke Committed by Brad Fitzpatrick

cmd/internal/browser: fix typo

Change-Id: I3c31f10c1082c7bc57aac18856014c55f79e0fed
Reviewed-on: https://go-review.googlesource.com/37409Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 8c24e522
......@@ -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 {
......
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