Skip to content

Commit 56cd92c

Browse files
authored
Update inner.rs
1 parent 4a38c76 commit 56cd92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interpreter/inner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ pub(super) fn from_txdata<'txin>(
233233
// so it's easy enough to keep track of all uses.
234234
//
235235
// In particular, this return value will be put into the `script_code` member of
236-
// the `Interpreter` script; the iterpreter logic does the right thing with it.
236+
// the `Interpreter` script; the interpreter logic does the right thing with it.
237237
Some(tap_script),
238238
))
239239
} else {

0 commit comments

Comments
 (0)