From e2f14e2cfa7cba1e46f960415244ca7545b24f13 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Mon, 6 Jan 2014 12:14:43 -0600 Subject: [PATCH] Fix comment typo. --- script.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.go b/script.go index 20f0ac307..8cf11391d 100644 --- a/script.go +++ b/script.go @@ -1122,7 +1122,7 @@ type ScriptInfo struct { // CalcScriptInfo returns a structure providing data about the scriptpair that // are provided as arguments. It will error if the pair is in someway invalid -// such taht they can not be analysed, i.e. if they do not parse or the +// such that they can not be analysed, i.e. if they do not parse or the // pkScript is not a push-only script func CalcScriptInfo(sigscript, pkscript []byte, bip16 bool) (*ScriptInfo, error) { si := new(ScriptInfo)