From 362b4bd7a77deab78d68c5fa586ceaba3fcc0c65 Mon Sep 17 00:00:00 2001 From: besawn <38794505+besawn@users.noreply.github.com> Date: Wed, 9 Feb 2022 12:43:36 -0500 Subject: [PATCH] Spelling fixes in advanced/kit docs --- docs/source/advanced/kit/custom/build/createkit.rst | 2 +- docs/source/advanced/kit/custom/build/kitrepo.rst | 2 +- docs/source/advanced/kit/custom/introduction.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/advanced/kit/custom/build/createkit.rst b/docs/source/advanced/kit/custom/build/createkit.rst index 2c712c8ff..1afecc046 100644 --- a/docs/source/advanced/kit/custom/build/createkit.rst +++ b/docs/source/advanced/kit/custom/build/createkit.rst @@ -9,7 +9,7 @@ Use the :doc:`buildkit ` comman Kit Directory ------------- -The Kit directory location will be automatically populated with additional subdirecotries and samples: +The Kit directory location will be automatically populated with additional subdirectories and samples: **buildkit.conf** - The sample Kit build configuration file. diff --git a/docs/source/advanced/kit/custom/build/kitrepo.rst b/docs/source/advanced/kit/custom/build/kitrepo.rst index a2f757ac1..00c664cfe 100644 --- a/docs/source/advanced/kit/custom/build/kitrepo.rst +++ b/docs/source/advanced/kit/custom/build/kitrepo.rst @@ -9,7 +9,7 @@ To list the repos defined in the buildkit.conf: :: buildkit listrepo -To build the repositories, specifiy a particular reporitory: :: +To build the repositories, specify a particular repository: :: buildkit buildrepo diff --git a/docs/source/advanced/kit/custom/introduction.rst b/docs/source/advanced/kit/custom/introduction.rst index 3d7042166..9b4bb3eb4 100644 --- a/docs/source/advanced/kit/custom/introduction.rst +++ b/docs/source/advanced/kit/custom/introduction.rst @@ -42,7 +42,7 @@ Once the kit components are added to xCAT osimage definitions, administrators ca #. ``genimage`` command to create a diskless OS image installing the kit components for diskless OS provisioning #. ``updatenode`` command to install the kit components on existing deployed nodes -The ``kitcomponent`` metadata defines the kit packages as dependency packages and the OS package manager (``yum``, ``zypper``, ``apt-get``) automatically installes the required packages during the xCAT ``otherpkgs`` install process. +The ``kitcomponent`` metadata defines the kit packages as dependency packages and the OS package manager (``yum``, ``zypper``, ``apt-get``) automatically installs the required packages during the xCAT ``otherpkgs`` install process. Kit Framework -------------