summaryrefslogtreecommitdiff
path: root/devel/requirements
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-05 16:29:34 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-05 16:29:34 -0500
commitdf3cb0b2ad25b853c89b022faf76b874350e3e09 (patch)
tree63eefeaab3ccdbd53608babaf89ebc90c122f01e /devel/requirements
parent8d15b02409fd618b549d3bcc0500d88fd095a3ed (diff)
downloadhorizon-df3cb0b2ad25b853c89b022faf76b874350e3e09.tar.gz
horizon-df3cb0b2ad25b853c89b022faf76b874350e3e09.tar.bz2
horizon-df3cb0b2ad25b853c89b022faf76b874350e3e09.tar.xz
horizon-df3cb0b2ad25b853c89b022faf76b874350e3e09.zip
req: 2: Fix two typos
Diffstat (limited to 'devel/requirements')
-rw-r--r--devel/requirements/2_description.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/requirements/2_description.xml b/devel/requirements/2_description.xml
index e1cd73b..a17344d 100644
--- a/devel/requirements/2_description.xml
+++ b/devel/requirements/2_description.xml
@@ -10,7 +10,7 @@
<section id="components">
<title>Project Components</title>
<para>Project Horizon contains two main components: the Horizon UI, which collects information about the desired target configuration from the user, and the Horizon Runner, which runs on the target computer and performs the installation.</para>
- <para>The Horizon UI supports two different modes, or "envrionments". The primary environment is the Installation Environment. This is the environment when Horizon UI runs on the target computer and can collect information from the running computer about the target system. The Installation Environment is our primary focus for development of Project Horizon release 1.0. The secondary environment is the Runtime Envrionment. This is the environment when Horizon UI is running on an administrator's computer and is not running on the target computer. This environment does not allow collection of any information from the running computer, as it is not the target system.</para>
+ <para>The Horizon UI supports two different modes, or "environments". The primary environment is the Installation Environment. This is the environment when Horizon UI runs on the target computer and can collect information from the running computer about the target system. The Installation Environment is our primary focus for development of Project Horizon release 1.0. The secondary environment is the Runtime Environment. This is the environment when Horizon UI is running on an administrator's computer and is not running on the target computer. This environment does not allow collection of any information from the running computer, as it is not the target system.</para>
<para>The Horizon Runner is the component which takes as input a HorizonScript, and uses it to configure the target system. It runs directly on the target system and can retrieve a HorizonScript from a local or remote location.</para>
</section>
<section id="users">