From 3c8f4eec90cc684eef147a1147de9bd7293602c7 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sun, 31 May 2026 13:49:52 +1000 Subject: [PATCH] [doc] spelling: chosen != choosen --- doc/build.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build.rst b/doc/build.rst index 21674d35..9ac8b048 100644 --- a/doc/build.rst +++ b/doc/build.rst @@ -216,12 +216,12 @@ Host Application `Host` in this context refers to the `Looking Glass (LG) host server application`, to which the LG client connects to, it thus does not refer to the `host OS`! - + A common setup is to have a `host OS` running a `guest VM`. In such a setup the `client application` runs on the `host OS`; and the `host application` on the `guest VM`. - The term `Host application` was choosen over `Guest application`, because LG + The term `Host application` was chosen over `Guest application`, because LG can be run in a VM to VM configuration, in which case both Host Application and Client Application are run inside VM Guests.