summaryrefslogtreecommitdiff
path: root/doc/rtd/topics/dir_layout.rst
diff options
context:
space:
mode:
authorStephan Telling <st@telling.xyz>2017-06-01 22:08:29 +0200
committerScott Moser <smoser@ubuntu.com>2017-06-06 09:43:40 -0600
commitdc0e70d155b4ff7a3c914ae7aaed3a52571e2107 (patch)
treed4512a8e8e883486691bb8208c760341e70ac206 /doc/rtd/topics/dir_layout.rst
parent27c079bb14667fda52937ee198b72c80823f3a4f (diff)
downloadvyos-cloud-init-dc0e70d155b4ff7a3c914ae7aaed3a52571e2107.tar.gz
vyos-cloud-init-dc0e70d155b4ff7a3c914ae7aaed3a52571e2107.zip
fix typos and remove whitespace in various docs
Diffstat (limited to 'doc/rtd/topics/dir_layout.rst')
-rw-r--r--doc/rtd/topics/dir_layout.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/rtd/topics/dir_layout.rst b/doc/rtd/topics/dir_layout.rst
index 3f5aa205..7a6265eb 100644
--- a/doc/rtd/topics/dir_layout.rst
+++ b/doc/rtd/topics/dir_layout.rst
@@ -41,9 +41,9 @@ Cloudinits's directory structure is somewhat different from a regular applicatio
``data/``
- Contains information releated to instance ids, datasources and hostnames of the previous
+ Contains information related to instance ids, datasources and hostnames of the previous
and current instance if they are different. These can be examined as needed to
- determine any information releated to a previous boot (if applicable).
+ determine any information related to a previous boot (if applicable).
``handlers/``
@@ -59,9 +59,9 @@ Cloudinits's directory structure is somewhat different from a regular applicatio
``instances/``
- All instances that were created using this image end up with instance identifer
+ All instances that were created using this image end up with instance identifier
subdirectories (and corresponding data for each instance). The currently active
- instance will be symlinked the the ``instance`` symlink file defined previously.
+ instance will be symlinked the ``instance`` symlink file defined previously.
``scripts/``
@@ -74,9 +74,9 @@ Cloudinits's directory structure is somewhat different from a regular applicatio
``sem/``
- Cloud-init has a concept of a module sempahore, which basically consists
+ Cloud-init has a concept of a module semaphore, which basically consists
of the module name and its frequency. These files are used to ensure a module
- is only ran `per-once`, `per-instance`, `per-always`. This folder contains
- sempaphore `files` which are only supposed to run `per-once` (not tied to the instance id).
+ is only ran `per-once`, `per-instance`, `per-always`. This folder contains
+ semaphore `files` which are only supposed to run `per-once` (not tied to the instance id).
.. vi: textwidth=78