From d272aa820c2e446a9379bbd6406efaee8a342d0b Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 8 May 2020 18:07:27 +0000 Subject: [PATCH] Spellcheck --- developer-manual.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer-manual.adoc b/developer-manual.adoc index 20aaf90..02be9fe 100644 --- a/developer-manual.adoc +++ b/developer-manual.adoc @@ -24,7 +24,7 @@ to work on every part of the system in their head at one time. * Trust as little as possible. We trust KVM out of necessity, but we don't necessarily trust the rest of the kernel, especially security - features like namespaces that have to be implemented througout -- + features like namespaces that have to be implemented throughout -- there's always the chance somewhere has been missed. * It should be possible to use Spectrum without using any proprietary @@ -48,7 +48,7 @@ implementation of virtio_wl. With virtio_wl, it is possible for a graphical application running in a VM to interact with a Wayland compositor running outside it. This -allows Spectrum to present multiple applications, running in seperate +allows Spectrum to present multiple applications, running in separate VMs, as part of a unified windowing system, while preventing the applications from being able to interact with each other beyond what is permitted by the compositor on behalf of the user. -- git format-patch -1 --stdout -C d272aa820c2e446a9379bbd6406efaee8a342d0b