multi: Fix several misspellings in the comments.
This commit corrects several typos in the comments found by misspell.
This commit is contained in:
parent
ef9c50be57
commit
eb882f39f8
39 changed files with 71 additions and 71 deletions
txscript
|
@ -237,7 +237,7 @@ func (b *ScriptBuilder) Reset() *ScriptBuilder {
|
|||
return b
|
||||
}
|
||||
|
||||
// Script returns the currently built script. When any errors occured while
|
||||
// Script returns the currently built script. When any errors occurred while
|
||||
// building the script, the script will be returned up the point of the first
|
||||
// error along with the error.
|
||||
func (b *ScriptBuilder) Script() ([]byte, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue