fix typo: peirodically->periodically

This commit is contained in:
Chengfei Shang 2018-05-11 14:39:07 +08:00
parent e59ae29fbc
commit 27dcb1f362

View File

@ -168,7 +168,7 @@ func NewContainerLogManager(runtimeService internalapi.RuntimeService, maxSize s
// Start the container log manager.
func (c *containerLogManager) Start() {
// Start a goroutine peirodically does container log rotation.
// Start a goroutine periodically does container log rotation.
go wait.Forever(func() {
if err := c.rotateLogs(); err != nil {
glog.Errorf("Failed to rotate container logs: %v", err)