From c153436e5f7c9f81f55eec8f88ede5b2c04c078b Mon Sep 17 00:00:00 2001 From: bzt Date: Sat, 6 Jan 2018 16:50:59 +0100 Subject: [PATCH] Fixed typos and more tutorials --- 0E_initrd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0E_initrd/README.md b/0E_initrd/README.md index ffc95a14..734c758b 100644 --- a/0E_initrd/README.md +++ b/0E_initrd/README.md @@ -2,7 +2,7 @@ Tutorial 0E - Initial RamDisk ============================= Many OS uses initial ramdisk to load files into memory during boot. I felt the need for such -a tutorial as most hobby OS developer's never learned how to do this porperly. +a tutorial as most hobby OS developer's never learned how to do this properly. First of all, we're not going to reinvent the wheel a come up with a new format and an awful image creator tool. We're going to use the POSIX standard `tar` utility to create our initrd. It's format