From 306e7c89d4c79555da4aca00783a90c755f9b7a3 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 3 Aug 2021 09:06:37 -1000 Subject: [PATCH] Typo fix Typo fix courtesy of @csralvall --- A2_0_Compiling_Bitcoin_from_Source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/A2_0_Compiling_Bitcoin_from_Source.md b/A2_0_Compiling_Bitcoin_from_Source.md index 1f79d79..532c4f4 100644 --- a/A2_0_Compiling_Bitcoin_from_Source.md +++ b/A2_0_Compiling_Bitcoin_from_Source.md @@ -28,7 +28,7 @@ $ su root ### Step 1: Update Your System -Fir, update the system using: +First, update the system using: ``` $ sudo apt-get update ```