commit d272aa820c2e446a9379bbd6406efaee8a342d0b (patch)
parent bdbae58 Use U+2019 RIGHT SINGLE QUOTATION MARK in title
tree 1a2e250d35a4647f94d9b907f2f7b40c7f9dd83e
author Alyssa Ross <hi@alyssa.is> 2020-05-08 18:07:27 +0000
committer Alyssa Ross <hi@alyssa.is> 2020-05-08 18:07:27 +0000
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.
glossary
--------
Commit objects reference one tree, and zero or more parents.
Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.
Multiple parents means the commit is a merge.
Root commits have no ancestor. Note that it is
possible to have multiple root commits when merging independent histories.
Every commit references one top-level tree object.
git clone https://inbox.spectrum-os.org/doc