diff --git a/cov_report.sh b/cov_report.sh index 5cc6f201..873f90e4 100644 --- a/cov_report.sh +++ b/cov_report.sh @@ -4,7 +4,7 @@ # The gocov tool my be obtained with the following command: # go get github.com/awx/gocov/gocov # -# It will be installed it $GOPATH/bin, so ensure that location is in your $PATH. +# It will be installed to $GOPATH/bin, so ensure that location is in your $PATH. # Check for gocov. type gocov >/dev/null 2>&1