Fix many typos in both code and comments

Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
This commit is contained in:
Vu Cong Tuan
2019-02-15 17:11:29 +07:00
parent 38a325250f
commit c747b7f38d
29 changed files with 47 additions and 47 deletions

View File

@@ -49,7 +49,7 @@ const (
var _ = framework.KubeDescribe("Density [Serial] [Slow]", func() {
const (
// The data collection time of resource collector and the standalone cadvisor
// is not synchronizated, so resource collector may miss data or
// is not synchronized, so resource collector may miss data or
// collect duplicated data
containerStatsPollingPeriod = 500 * time.Millisecond
)