From 9f47e9369c09fbc98f5e20bb5128321f4ba0d080 Mon Sep 17 00:00:00 2001 From: Jonathan Gillham <jongillham@users.noreply.github.com> Date: Fri, 10 Oct 2014 11:43:32 +0100 Subject: [PATCH] Fixed SignTxOutput doc spelling error. --- script.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.go b/script.go index 1da43589..7db56536 100644 --- a/script.go +++ b/script.go @@ -1449,7 +1449,7 @@ func (sc ScriptClosure) GetScript(address btcutil.Address) ([]byte, error) { // SignTxOutput signs output idx of the given tx to resolve the script given in // pkScript with a signature type of hashType. Any keys required will be // looked up by calling getKey() with the string of the given address. -// Any pay-to-script-hash signatures will be similarly lookedu p by calling +// Any pay-to-script-hash signatures will be similarly looked up by calling // getScript. If previousScript is provided then the results in previousScript // will be merged in a type-dependant manner with the newly generated. // signature script.