diff --git a/txscript/script_test.go b/txscript/script_test.go index 501716f6..6a725e27 100644 --- a/txscript/script_test.go +++ b/txscript/script_test.go @@ -3975,7 +3975,7 @@ func TestRemoveOpcodes(t *testing.T) { after: "CAT", }, { - name: "invalid length (insruction)", + name: "invalid length (instruction)", before: "PUSHDATA1", remove: OP_CODESEPARATOR, err: scriptError(ErrMalformedPush, ""),