Merge pull request #39061 from xulike666/fix-typo-assistant

Automatic merge from submit-queue

Fix typo for federation/*

**What this PR does / why we need it**:
 Increase code readability for this new member in v1.5

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: 

**Special notes for your reviewer**: 
Could we develop a typo-fix bot along with a k8s terminology dictionary ? 

**Release note**:

```release-note
```
This commit is contained in:
Kubernetes Submit Queue
2016-12-21 07:07:29 -08:00
committed by GitHub
55 changed files with 77 additions and 77 deletions

View File

@@ -9782,7 +9782,7 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
"v1beta1.ClusterStatus": {
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
Description: "ClusterStatus is information about the current status of a cluster updated by cluster controller peridocally.",
Description: "ClusterStatus is information about the current status of a cluster updated by cluster controller periodically.",
Properties: map[string]spec.Schema{
"conditions": {
SchemaProps: spec.SchemaProps{