From 65b39fa8cc11e8c194310e34c38a1c64a88c5ae7 Mon Sep 17 00:00:00 2001 From: Ty Everett Date: Fri, 1 Nov 2019 20:47:50 -0700 Subject: [PATCH] Update 2019-11-15-schnorrmultisig.md (#416) --- spec/2019-11-15-schnorrmultisig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/2019-11-15-schnorrmultisig.md b/spec/2019-11-15-schnorrmultisig.md index ea60c166d..4fefca7b2 100644 --- a/spec/2019-11-15-schnorrmultisig.md +++ b/spec/2019-11-15-schnorrmultisig.md @@ -42,7 +42,7 @@ Mode 2 (new Schnorr support, M-of-N; consumes N+M+3 items from stack): ## Triggering and execution mechanism -Whether to execute in mode 1 or mode 2 is detemined by the size of the dummy / checkbits element. +Whether to execute in mode 1 or mode 2 is determined by the size of the dummy / checkbits element. * If the checkbits element is NULL (length 0), then Mode 1 is executed * If the checkbits element is non-NULL (length > 0), then Mode 2 is executed.