From 75eaf399456db36d49abff04741e79f4222e80af Mon Sep 17 00:00:00 2001 From: uranuspucksaxophone <84784521+uranuspucksaxophone@users.noreply.github.com> Date: Fri, 2 Sep 2022 19:05:56 +0200 Subject: [PATCH] Fix typo --- _posts/2022-04-23-VM-Isolation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2022-04-23-VM-Isolation.md b/_posts/2022-04-23-VM-Isolation.md index 6fc7670..25f5cfa 100644 --- a/_posts/2022-04-23-VM-Isolation.md +++ b/_posts/2022-04-23-VM-Isolation.md @@ -24,7 +24,7 @@ Things needed for this setup: Choosing the host OS is by far the most critical part of this setup. This host OS will need to have proper security updates and have the ability for increased hardening. Here are a few that would be recommended. * [Fedora](https://getfedora.org/) -* [Void Linux](https://voidlinux.org/) (hardened musl build is higly recommended) +* [Void Linux](https://voidlinux.org/) (hardened musl build is highly recommended) * [Arch](https://archlinux.org/) * [PlagueOS](https://git.arrr.cloud/whichdoc/plagueos) (Hardened by default which makes it perfect for this setup)