From 2a2b1983f5166f06302da3142661ce00b1306b20 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 17:47:37 +0000 Subject: [PATCH] spelling: command --- command/operator_autopilot_set_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/operator_autopilot_set_test.go b/command/operator_autopilot_set_test.go index b5ec69ae0..29b6ef79a 100644 --- a/command/operator_autopilot_set_test.go +++ b/command/operator_autopilot_set_test.go @@ -13,7 +13,7 @@ func TestOperator_Autopilot_SetConfig_Implements(t *testing.T) { var _ cli.Command = &OperatorRaftListCommand{} } -func TestOperatorAutopilotSetConfigCommmand(t *testing.T) { +func TestOperatorAutopilotSetConfigCommand(t *testing.T) { t.Parallel() s, _, addr := testServer(t, false, nil) defer s.Shutdown()