summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-05-08 18:07:27 +0000
committerAlyssa Ross <hi@alyssa.is>2020-05-08 18:07:27 +0000
commitd272aa820c2e446a9379bbd6406efaee8a342d0b (patch)
tree1a2e250d35a4647f94d9b907f2f7b40c7f9dd83e
parentbdbae58beea750f20254e3de830fe25d68f192bb (diff)
downloaddoc-d272aa820c2e446a9379bbd6406efaee8a342d0b.tar
doc-d272aa820c2e446a9379bbd6406efaee8a342d0b.tar.gz
doc-d272aa820c2e446a9379bbd6406efaee8a342d0b.tar.bz2
doc-d272aa820c2e446a9379bbd6406efaee8a342d0b.tar.lz
doc-d272aa820c2e446a9379bbd6406efaee8a342d0b.tar.xz
doc-d272aa820c2e446a9379bbd6406efaee8a342d0b.tar.zst
doc-d272aa820c2e446a9379bbd6406efaee8a342d0b.zip
Spellcheck
-rw-r--r--developer-manual.adoc4
1 files 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.