Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldcroes authored and ldez committed May 30, 2018
1 parent b4c2f06 commit 23af691
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions flaeg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,7 @@ func TestFlaegCommandRootInitConfigAllDefaultSomeFlag(t *testing.T) {
// init command
rootCmd := &Command{
Name: "flaegtest",
Description: `flaegtest is a test program made to to test flaeg library.
Description: `flaegtest is a test program made to test flaeg library.
Complete documentation is available at https://github.com/containous/flaeg`,
Config: config,
DefaultPointersConfig: defaultPointers,
Expand Down Expand Up @@ -2012,7 +2012,7 @@ func TestCommandVersionInitConfigNoDefaultNoFlag(t *testing.T) {
// root command
rootCmd := &Command{
Name: "flaegtest",
Description: `flaegtest is a test program made to to test flaeg library.
Description: `flaegtest is a test program made to test flaeg library.
Complete documentation is available at https://github.com/containous/flaeg`,
Config: rootConfig,
DefaultPointersConfig: rootDefaultPointers,
Expand Down Expand Up @@ -2077,7 +2077,7 @@ func TestCommandVersionInitConfigNoDefaultAllFlag(t *testing.T) {
// root command
rootCmd := &Command{
Name: "flaegtest",
Description: `flaegtest is a test program made to to test flaeg library.
Description: `flaegtest is a test program made to test flaeg library.
Complete documentation is available at https://github.com/containous/flaeg`,
Config: rootConfig,
DefaultPointersConfig: rootDefaultPointers,
Expand Down Expand Up @@ -2141,7 +2141,7 @@ func TestCommandVersionInitConfigNoDefaultCommandHelpFlag(t *testing.T) {
// root command
rootCmd := &Command{
Name: "flaegtest",
Description: `flaegtest is a test program made to to test flaeg library.
Description: `flaegtest is a test program made to test flaeg library.
Complete documentation is available at https://github.com/containous/flaeg`,
Config: rootConfig,
DefaultPointersConfig: rootDefaultPointers,
Expand Down Expand Up @@ -2215,7 +2215,7 @@ func TestSeveralCommandsDashArg(t *testing.T) {
// root command
rootCmd := &Command{
Name: "flaegtest",
Description: `flaegtest is a test program made to to test flaeg library.
Description: `flaegtest is a test program made to test flaeg library.
Complete documentation is available at https://github.com/containous/flaeg`,
Config: rootConfig,
DefaultPointersConfig: rootDefaultPointers,
Expand Down Expand Up @@ -2348,7 +2348,7 @@ func TestCommandVersionUnknownCommand(t *testing.T) {
// root command
rootCmd := &Command{
Name: "flaegtest",
Description: `flaegtest is a test program made to to test flaeg library.
Description: `flaegtest is a test program made to test flaeg library.
Complete documentation is available at https://github.com/containous/flaeg`,

Config: rootConfig,
Expand Down Expand Up @@ -2411,7 +2411,7 @@ func TestParseCommandVersionInitConfigNoDefaultAllFlag(t *testing.T) {
// root command
rootCmd := &Command{
Name: "flaegtest",
Description: `flaegtest is a test program made to to test flaeg library.
Description: `flaegtest is a test program made to test flaeg library.
Complete documentation is available at https://github.com/containous/flaeg`,
Config: rootConfig,
DefaultPointersConfig: rootDefaultPointers,
Expand Down

0 comments on commit 23af691

Please sign in to comment.