Commit 27dcb1f3 authored by Chengfei Shang's avatar Chengfei Shang

fix typo: peirodically->periodically

parent e59ae29f
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment