From patchwork Wed Nov 27 21:58:56 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luis Chamberlain X-Patchwork-Id: 13887395 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F0B5C191F75 for ; Wed, 27 Nov 2024 21:58:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732744739; cv=none; b=ERy8WytvA0svp/+McQDkVgpDKuEJ6OEIJfR9atwqB0QkdZ37XNyrZ1NCCZesq3VV//B5CoUuKS09bY+wuZXty2bqmfJmIfVbXqaV5WEejkGi/y/txQEJ4RZ4dTulybpcCxaohBo4Y+KmQewGwk8Ng/FwQSLm5yHLawgaIeMZ/R4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732744739; c=relaxed/simple; bh=OmoqCv6CNu7FJFosRxQOF3oEDYmI+Z+seztM7M/9XJQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Yq1mMub0RlJXml7hOrIRZsANuc4Vc49vUTcrbuOfseu9MwlBazySQ8OXGcX+Z+CbA5a+48B0qN/RPm/j2clnSYEhn7L2y/YiuZ7oh7fnfI7Z1C/mO33NfYJ6jj7COAd/xUT3hFiGqbV56ZfLdLp0dcxr8ynnKClzKhbosBSSDXw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=cSf1FsPg; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="cSf1FsPg" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=KtW4Ys28m+yNM33uIJzRfaL9C/G7iXF3vpGue1mghrE=; b=cSf1FsPgLJda/Qywq9M2goj8Ao FqEynNWzd09GBbZFII939twnscGWf2c2uyU3GgT3LLVlCBw5+xHW0VmJXYBOjSHTO+opjH6cKMaw8 QTKvg3ZwSDxmg09NQbCixO/QpiuVvyW9PfZ7HTcyvod01KR46AwFLA6rjV4A2kuuiMbzMJnfMSGJ3 bLKut/hIp79Hp6dSWK/i4KoKkBEkF58zqzS2D6l1Zi3rhYApglE6KCiTHmRAwjcH3nraouh11ZwlG obW9hR1fQECSKWk6HhWwSNNDnbVgaWGv98H9m204DsD8FFhbDjwN+i6tq7XBixRbWha94cZaYd2Kc AorhBywg==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98 #2 (Red Hat Linux)) id 1tGQ3l-0000000EA8W-1jqp; Wed, 27 Nov 2024 21:58:57 +0000 From: Luis Chamberlain To: kdevops@lists.linux.dev Cc: Luis Chamberlain Subject: [PATCH] README.md: run codespell Date: Wed, 27 Nov 2024 13:58:56 -0800 Message-ID: <20241127215856.3375552-1-mcgrof@kernel.org> X-Mailer: git-send-email 2.47.0 Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Sender: Luis Chamberlain Minor spelling fixes. Signed-off-by: Luis Chamberlain --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)