From 29cd3a724668cd1e10d781b333e5b65ef3f816bd Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 10 May 2013 10:31:39 -0500 Subject: [PATCH] Fix comment typo in test coverage report script. --- cov_report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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