diff options
author | Brett Holman <bholman.devel@gmail.com> | 2022-02-02 14:21:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 15:21:00 -0600 |
commit | 7522845dfe8851b7b4f3e9924810b9ccf282bb6e (patch) | |
tree | 0f40492cf5bc32bc5084ca9a4cf8983abf963271 /doc/rtd/topics/instancedata.rst | |
parent | 490cefd72d6e282804b877e9448438247e956f34 (diff) | |
download | vyos-cloud-init-7522845dfe8851b7b4f3e9924810b9ccf282bb6e.tar.gz vyos-cloud-init-7522845dfe8851b7b4f3e9924810b9ccf282bb6e.zip |
spell check docs with spellintian (#1223)
Fix spelling errors
- Add Makefile target that checks for spelling errors
- Add Makefile target that fixes spelling errors
- Add spelling check to travis doc tests
- Fix various spelling errors in the docs
Diffstat (limited to 'doc/rtd/topics/instancedata.rst')
-rw-r--r-- | doc/rtd/topics/instancedata.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rtd/topics/instancedata.rst b/doc/rtd/topics/instancedata.rst index c33b907a..2d6719fd 100644 --- a/doc/rtd/topics/instancedata.rst +++ b/doc/rtd/topics/instancedata.rst @@ -30,7 +30,7 @@ deployed with cloud-init: * simple static object to query to obtain a instance's metadata * speed: avoid costly network transactions for metadata that is already cached - on the filesytem + on the filesystem * reduce need to recrawl metadata services for static metadata that is already cached * leverage cloud-init's best practices for crawling cloud-metadata services @@ -180,7 +180,7 @@ Example output: v1.platform ------------- -An attempt to identify the cloud platfrom instance that the system is running +An attempt to identify the cloud platform instance that the system is running on. Examples output: |