mirror of
https://github.com/spf13/cobra
synced 2024-11-24 22:57:12 +00:00
Fix minor typos: "Know" → "Known"
This commit is contained in:
parent
34594c771f
commit
161584fc2e
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue