diff mbox series

README.md: run codespell

Message ID 20241127215856.3375552-1-mcgrof@kernel.org (mailing list archive)
State New
Headers show
Series README.md: run codespell | expand

Checks

Context Check Description
mcgrof/vmtest-main-PR fail PR summary
mcgrof/vmtest-main-VM_Test-1 fail Logs for Run kdevops CI
mcgrof/vmtest-main-VM_Test-4 success Logs for Setup and Run Make Targets (fedora:latest)
mcgrof/vmtest-main-VM_Test-6 success Logs for Setup and Run Make Targets (opensuse/tumbleweed)
mcgrof/vmtest-main-VM_Test-2 success Logs for Setup and Run Make Targets (debian:testing)
mcgrof/vmtest-main-VM_Test-5 success Logs for Setup and Run Make Targets (fedora:latest)
mcgrof/vmtest-main-VM_Test-7 success Logs for Setup and Run Make Targets (opensuse/tumbleweed)
mcgrof/vmtest-main-VM_Test-3 success Logs for Setup and Run Make Targets (debian:testing)
mcgrof/vmtest-main-VM_Test-0 fail Logs for Run kdevops CI

Commit Message

Luis Chamberlain Nov. 27, 2024, 9:58 p.m. UTC
Minor spelling fixes.

Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/README.md b/README.md
index e610d91460fa..4d9be800c982 100644
--- a/README.md
+++ b/README.md
@@ -249,7 +249,7 @@  Below is kdevops' recommended documentation reading.
 
 # kdevops kernel-ci support
 
-kdevops supports its own kernel continous integration support, so to allow
+kdevops supports its own kernel continuous integration support, so to allow
 Linux developers and Linux distributions to keep track of issues present in
 any of supported kdevops workflows and be able to tell when new regressions
 are detected. Note though that kernel-ci for kdevops is only implemented on
@@ -348,7 +348,7 @@  Below are sections which get into technical details of how kdevops works.
   * [Linux distribution support](docs/linux-distro-support.md)
   * [Overriding all Ansible role options with one file](docs/ansible-override.md)
   * [kdevops Vagrant support](docs/kdevops-vagrant.md)
-  * [kdevops terraform suppor - cloud setup with kdevops](docs/kdevops-terraform.md)
+  * [kdevops terraform support - cloud setup with kdevops](docs/kdevops-terraform.md)
   * [kdevops local Ansible roles](docs/ansible-roles.md)
   * [Tutorial on building your own custom Vagrant boxes](docs/custom-vagrant-boxes.md)