From 1c29b87fda98fd0b661eab16e9efed2986320549 Mon Sep 17 00:00:00 2001 From: Felipe Date: Thu, 22 Apr 2021 10:53:30 -0300 Subject: [PATCH] chore: Fix typo --- 06_3_Sending_an_Automated_Multisig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06_3_Sending_an_Automated_Multisig.md b/06_3_Sending_an_Automated_Multisig.md index 2a4b3fe..a164b2f 100644 --- a/06_3_Sending_an_Automated_Multisig.md +++ b/06_3_Sending_an_Automated_Multisig.md @@ -113,7 +113,7 @@ As with the shortcut discussed in [ยง4.5: Sending Coins with Automated Raw Trans ## Summary: Sending & Spending an Automated Multisig -There's an easier way to resepend funds sent to multisig addresses that simply requires use of the `addmultisigaddress` command when you create your address. It doesn't demonstrate the intricacies of P2SH respending, and it doesn't give you expansive control, but if you just want to get your money, this is the way to go. +There's an easier way to respend funds sent to multisig addresses that simply requires use of the `addmultisigaddress` command when you create your address. It doesn't demonstrate the intricacies of P2SH respending, and it doesn't give you expansive control, but if you just want to get your money, this is the way to go. ## What's Next?