Fix typos in the test comments

Signed-off-by: mooncake <xcoder@tenxcloud.com>
This commit is contained in:
mooncake
2018-10-11 19:25:55 +08:00
parent 8f620950e2
commit 91419e6782
4 changed files with 4 additions and 4 deletions

View File

@@ -128,7 +128,7 @@ type RootFileSource struct {
Root string
}
// ReadTestFile looks looks for the file relative to the configured
// ReadTestFile looks for the file relative to the configured
// root directory.
func (r RootFileSource) ReadTestFile(filePath string) ([]byte, error) {
fullPath := filepath.Join(r.Root, filePath)