From 48282a344f32592641fbe3d7e72fea462bfa545b Mon Sep 17 00:00:00 2001
From: Florian Ruynat <16313165+floryut@users.noreply.github.com>
Date: Tue, 3 Jan 2023 10:25:47 +0100
Subject: [PATCH] Fix wording in amazonlinux.md

---
 docs/amazonlinux.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/amazonlinux.md b/docs/amazonlinux.md
index a411e9c98..960917113 100644
--- a/docs/amazonlinux.md
+++ b/docs/amazonlinux.md
@@ -5,7 +5,7 @@ Amazon Linux is supported with docker,containerd and cri-o runtimes.
 **Note:** that Amazon Linux is not currently covered in kubespray CI and
 support for it is currently considered experimental.
 
-Amazon Linux 2, while derrived from the Redhat OS family, does not keep in
+Amazon Linux 2, while derived from the Redhat OS family, does not keep in
 sync with RHEL upstream like CentOS/AlmaLinux/Oracle Linux. In order to use
 Amazon Linux as the ansible host for your kubespray deployments you need to
 manually install `python3` and deploy ansible and kubespray dependencies in
-- 
GitLab