forked from mirror/cobra
Fix minor typos: "Know" → "Known"
This commit is contained in:
parent
34594c771f
commit
161584fc2e
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue