Merge pull request #54143 from porridge/fix-tches-typo

Automatic merge from submit-queue (batch tested with PRs 53946, 53993, 54315, 54143, 54532). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Fix typo in comment.

**Release note**:
```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue
2017-10-25 21:20:37 -07:00
committed by GitHub
23 changed files with 23 additions and 23 deletions

View File

@@ -2112,7 +2112,7 @@ When an object is created, the system will populate this list with the current s
<div class="sect2">
<h3 id="_v1_podaffinityterm">v1.PodAffinityTerm</h3>
<div class="paragraph">
<p>Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key &lt;topologyKey&gt; tches that of any node on which a pod of the set of pods is running</p>
<p>Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key &lt;topologyKey&gt; matches that of any node on which a pod of the set of pods is running</p>
</div>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>