diff --git a/btcjson/register_test.go b/btcjson/register_test.go index 2d3ab10f3e..18e2ea0040 100644 --- a/btcjson/register_test.go +++ b/btcjson/register_test.go @@ -231,7 +231,7 @@ func TestMustRegisterCmdPanic(t *testing.T) { t.Parallel() // Setup a defer to catch the expected panic to ensure it actually - // paniced. + // panicked. defer func() { if err := recover(); err == nil { t.Error("MustRegisterCmd did not panic as expected")