summaryrefslogtreecommitdiffstats
path: root/commands/commands_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/commands_test.go')
-rw-r--r--commands/commands_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/commands_test.go b/commands/commands_test.go
index 03b59e19e..35621854f 100644
--- a/commands/commands_test.go
+++ b/commands/commands_test.go
@@ -229,7 +229,7 @@ func TestFlags(t *testing.T) {
if cmd.getCommand() == nil {
continue
}
- // We are only intereseted in the flag handling here.
+ // We are only interested in the flag handling here.
cmd.getCommand().RunE = noOpRunE
}
rootCmd := root.getCommand()