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/kernel-cmdline.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/kernel-cmdline.txt')
| -rw-r--r-- | doc/examples/kernel-cmdline.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/kernel-cmdline.txt b/doc/examples/kernel-cmdline.txt index 805bc3d3..8eee86b2 100644 --- a/doc/examples/kernel-cmdline.txt +++ b/doc/examples/kernel-cmdline.txt @@ -7,7 +7,7 @@ The format is: cloud-config will consider any content after 'cc:' to be cloud-config data. If an 'end_cc' string is present, then it will stop reading there. -otherwise it considers everthing after 'cc:' to be cloud-config content. +otherwise it considers everything after 'cc:' to be cloud-config content. In order to allow carriage returns, you must enter '\\n', literally, on the command line two backslashes followed by a letter 'n'. |
