multi: Fix several misspellings in the comments.

This commit corrects several typos in the comments found by misspell.
This commit is contained in:
Dave Collins 2016-02-25 11:17:12 -06:00
parent ef9c50be57
commit eb882f39f8
39 changed files with 71 additions and 71 deletions

View file

@ -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) {