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/examples/cloud-config-power-state.txt | |
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/examples/cloud-config-power-state.txt')
-rw-r--r-- | doc/examples/cloud-config-power-state.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-power-state.txt b/doc/examples/cloud-config-power-state.txt index 002707ec..0bbb10e2 100644 --- a/doc/examples/cloud-config-power-state.txt +++ b/doc/examples/cloud-config-power-state.txt @@ -4,7 +4,7 @@ # default: none # # power_state can be used to make the system shutdown, reboot or -# halt after boot is finished. This same thing can be acheived by +# halt after boot is finished. This same thing can be achieved by # user-data scripts or by runcmd by simply invoking 'shutdown'. # # Doing it this way ensures that cloud-init is entirely finished with |