aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDeepesh Pathak <deepshpathak@gmail.com>2018-09-02 01:17:27 +0530
committerDeepesh Pathak <deepshpathak@gmail.com>2018-09-02 01:17:27 +0530
commitf270dfadb9af9e81ae4c884a3ea45ca4618a7a05 (patch)
treef54c9498224727db334d2e9b2b5bc0707838da67 /README.md
parent0f451a722918f39fa07bd9337e4a14ca154b13ae (diff)
feat(spell-check): add make command for spell check.
* Remove spelling mistakes in the repository * Add travis script to check for typos. * Add command to Makefile to check for typos. * Fixes #71
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 88ec6ad..2fb0b84 100644
--- a/README.md
+++ b/README.md
@@ -570,7 +570,7 @@ To trigger a password authentication event, run `su $(whoami) -c exit`.
Getting this error on an ext4 system usually means the filesystem has not been
setup for encryption. The only other way to get this error is if filesystem
-encryption has been explictly disabled in the kernel config.
+encryption has been explicitly disabled in the kernel config.
__IMPORTANT:__ Before enabling encryption on an ext4 filesystem __ALL__ of the
following should be true:
@@ -600,7 +600,7 @@ Note: It is actually possible to get GRUB to boot an encrypted ext4 filesystem.
However, it requires GRUB 2.02 (__NOT__ the 2.02 beta) to be installed as the
bootloader. As this version was released in April 2017, most systems __WILL
FAIL TO BOOT__ with an ext4 encrypted boot directory. Note that this is only
-relevant to systems without a seperate boot partition. Sytems with `/boot` on
+relevant to systems without a separate boot partition. Sytems with `/boot` on
a different partition than the one being encrypted (including all UEFI systems)
are not effected by this.