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")
switch relPath {
// Know directories.
// Known directories.
case ".":
return nil
// Known files.

View file

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