Skip to content

Commit 27dcb1f

Browse files
author
Chengfei Shang
committed
fix typo: peirodically->periodically
1 parent e59ae29 commit 27dcb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubelet/logs/container_log_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func NewContainerLogManager(runtimeService internalapi.RuntimeService, maxSize s
168168

169169
// Start the container log manager.
170170
func (c *containerLogManager) Start() {
171-
// Start a goroutine peirodically does container log rotation.
171+
// Start a goroutine periodically does container log rotation.
172172
go wait.Forever(func() {
173173
if err := c.rotateLogs(); err != nil {
174174
glog.Errorf("Failed to rotate container logs: %v", err)

0 commit comments

Comments
 (0)