Fix minor typos: "Know" → "Known"

This commit is contained in:
Anthony Fok 2017-07-29 22:49:33 -06:00
parent 34594c771f
commit 161584fc2e
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ func TestGoldenAddCmd(t *testing.T) {
goldenPath := filepath.Join("testdata", filepath.Base(path)+".golden") goldenPath := filepath.Join("testdata", filepath.Base(path)+".golden")
switch relPath { switch relPath {
// Know directories. // Known directories.
case ".": case ".":
return nil return nil
// Known files. // Known files.

View file

@ -44,7 +44,7 @@ func TestGoldenInitCmd(t *testing.T) {
goldenPath := filepath.Join("testdata", filepath.Base(path)+".golden") goldenPath := filepath.Join("testdata", filepath.Base(path)+".golden")
switch relPath { switch relPath {
// Know directories. // Known directories.
case ".", "cmd": case ".", "cmd":
return nil return nil
// Known files. // Known files.