From 77d013c8c9d5e1afcea0450dec4812e360ebb2c8 Mon Sep 17 00:00:00 2001
From: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com>
Date: Sat, 17 Jul 2021 20:41:53 -0300
Subject: [PATCH] Fix typo

---
 07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md b/07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md
index 434ae9a..b143ca4 100644
--- a/07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md
+++ b/07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md
@@ -467,7 +467,7 @@ $ bitcoin-cli analyzepsbt $psbt_new_f
   "next": "extractor"
 }
 ```
-Now would you realy want to use `walletcreatefundedpsbt` if you were creating a `bitcoin-cli` program? Probably not. But it's the same analysis as whether to use `fundrawtransaction`. Do you let Bitcoin Core do the analysis and calculation and decisions, or do you take that on yourself?
+Now would you really want to use `walletcreatefundedpsbt` if you were creating a `bitcoin-cli` program? Probably not. But it's the same analysis as whether to use `fundrawtransaction`. Do you let Bitcoin Core do the analysis and calculation and decisions, or do you take that on yourself?
 
 ## Send a PSBT
 #### PSBT Role: Extractor