about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/k3s
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-09-28 18:53:53 +0200
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2023-09-28 19:06:13 +0200
commit470614b671f4a55fe0a509f4208dba2bb40c5a17 (patch)
treede8801bdfaece0c3e6705598730105226edea1a6 /pkgs/applications/networking/cluster/k3s
parentd37aa6f414c01bfebb7c3ed6719e4051898ab817 (diff)
downloadnixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.tar
nixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.tar.gz
nixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.tar.bz2
nixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.tar.lz
nixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.tar.xz
nixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.tar.zst
nixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.zip
treewide: Fix typos
Diffstat (limited to 'pkgs/applications/networking/cluster/k3s')
-rw-r--r--pkgs/applications/networking/cluster/k3s/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/k3s/README.md b/pkgs/applications/networking/cluster/k3s/README.md
index 2e16de7bfa6d..df2bead6be53 100644
--- a/pkgs/applications/networking/cluster/k3s/README.md
+++ b/pkgs/applications/networking/cluster/k3s/README.md
@@ -25,7 +25,7 @@ NixOS releases should avoid having deprecated software, or making major version
 
 As such, we would like to have only the newest K3s version in each NixOS
 release at the time the release branch is branched off, which will ensure the
-K3s version in that release will receieve updates for the longest duration
+K3s version in that release will receive updates for the longest duration
 possible.
 
 However, this conflicts with another desire: we would like people to be able to upgrade between NixOS stable releases without needing to make a large enough k3s version jump that they violate the Kubernetes version skew policy.