diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-03-25 08:07:24 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-03-25 15:34:41 -0400 |
commit | ffbab30d7b8ee407e0d92724db30a52edf7edb00 (patch) | |
tree | 57bd78deee92cc40983ec6d422355ac02e645830 /pkg/k8s.io | |
parent | 1fad1413fdae206d5d87cfba91395cf6a0ea3bdd (diff) | |
download | podman-ffbab30d7b8ee407e0d92724db30a52edf7edb00.tar.gz podman-ffbab30d7b8ee407e0d92724db30a52edf7edb00.tar.bz2 podman-ffbab30d7b8ee407e0d92724db30a52edf7edb00.zip |
Run codespell to cleanup typos
[NO NEW TESTS NEEDED]
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg/k8s.io')
-rw-r--r-- | pkg/k8s.io/api/core/v1/types.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/k8s.io/api/core/v1/types.go b/pkg/k8s.io/api/core/v1/types.go index 833814bc6..a488e5f28 100644 --- a/pkg/k8s.io/api/core/v1/types.go +++ b/pkg/k8s.io/api/core/v1/types.go @@ -2024,7 +2024,7 @@ type TopologySpreadConstraint struct { // but giving higher precedence to topologies that would help reduce the // skew. // A constraint is considered "Unsatisfiable" for an incoming pod - // if and only if every possible node assigment for that pod would violate + // if and only if every possible node assignment for that pod would violate // "MaxSkew" on some topology. // For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same // labelSelector spread as 3/1/1: |