From d91e2e81ed9d8402d6df84f2bef45d514560aea4 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sat, 23 May 2020 23:42:40 +0100 Subject: Correct spelling mistakes --- source/_posts/installing_arch_linux_on_a_x220_thinkpad.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_posts/installing_arch_linux_on_a_x220_thinkpad.md b/source/_posts/installing_arch_linux_on_a_x220_thinkpad.md index 1fa280c..24594f4 100644 --- a/source/_posts/installing_arch_linux_on_a_x220_thinkpad.md +++ b/source/_posts/installing_arch_linux_on_a_x220_thinkpad.md @@ -389,7 +389,7 @@ Edit */etc/locale.conf*. $ vim /etc/locale.conf ``` -Add the below line. Replace *en_GB.UTF-8* with the language that you chose ealier. +Add the below line. Replace *en_GB.UTF-8* with the language that you chose earlier. ``` LANG=en_GB.UTF-8 @@ -577,7 +577,7 @@ Return to the Arch live installation environment. $ exit ``` -Umount the partitions. +Unmount the partitions. ```shell $ umount -R /mnt -- cgit v1.2.3-13-gbd6f