fix typo in kubelet

pull/6/head
zhengjiajin 2017-05-23 19:54:10 +08:00
parent 8bee44b65f
commit c79b0c797f
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ func (ds *dockerService) PodSandboxStatus(podSandboxID string) (*runtimeapi.PodS
return nil, err
}
// Parse the timstamps.
// Parse the timestamps.
createdAt, _, _, err := getContainerTimestamps(r)
if err != nil {
return nil, fmt.Errorf("failed to parse timestamp for container %q: %v", podSandboxID, err)