aboutsummaryrefslogtreecommitdiff
path: root/contrib/seeds
diff options
context:
space:
mode:
authorMarnix <93143998+MarnixCroes@users.noreply.github.com>2022-06-18 10:29:02 +0200
committerMarnixCroes <93143998+MarnixCroes@users.noreply.github.com>2022-06-18 18:34:50 +0200
commit20c58a3e506d768970bb1a588fd8db8ae1a5ffbb (patch)
treeec37c9371345137ed2409c9f18b5396f8a1d65ea /contrib/seeds
parent8be652e43964329c1f2dadd676916b53e5c40974 (diff)
downloadbitcoin-20c58a3e506d768970bb1a588fd8db8ae1a5ffbb.tar.xz
doc: typo fix
Diffstat (limited to 'contrib/seeds')
-rw-r--r--contrib/seeds/asmap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/seeds/asmap.py b/contrib/seeds/asmap.py
index 7a605d0b9e..e28e5cf532 100644
--- a/contrib/seeds/asmap.py
+++ b/contrib/seeds/asmap.py
@@ -168,7 +168,7 @@ class _Instruction(Enum):
# Not an actual instruction, but a way to encode the empty program that fails. In the
# encoder, it is used more generally to represent the failure case inside MATCH instructions,
# which may (if used inside the context of a DEFAULT instruction) actually correspond to
- # a succesful return. In this usage, they're always converted to an actual MATCH or RETURN
+ # a successful return. In this usage, they're always converted to an actual MATCH or RETURN
# before the top level is reached (see make_default below).
END = 4