From 691fd4f3b5e5cc5a96639ccc52c8120dbb4398e5 Mon Sep 17 00:00:00 2001
From: Lane Rettig <lanerettig@gmail.com>
Date: Sat, 9 Sep 2017 13:59:13 -0400
Subject: [PATCH] Fix typo

---
 ch12.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ch12.asciidoc b/ch12.asciidoc
index d973eaf8..84d99334 100644
--- a/ch12.asciidoc
+++ b/ch12.asciidoc
@@ -426,7 +426,7 @@ IF
 ELSE
     # Refund after timeout.
     <locktime> CHECKLOCKTIMEVERIFY DROP
-    <Payee Pubic Key> CHECKSIG
+    <Payee Public Key> CHECKSIG
 ENDIF
 ----