Skip to content

Commit

Permalink
Merge pull request kubernetes#45408 from Carlory/fix-typo
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

fix typo in docker_container.go

Signed-off-by: Carlory <[email protected]>



**What this PR does / why we need it**:
fix typo in docker_container.go

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
NONE

**Special notes for your reviewer**:
NONE

**Release note**:

```release-note
NONE
```
  • Loading branch information
Kubernetes Submit Queue authored May 16, 2017
2 parents a4aaaf6 + 849454c commit 576d1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubelet/dockershim/docker_container.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ func (ds *dockerService) ContainerStatus(containerID string) (*runtimeapi.Contai
return nil, err
}

// Parse the timstamps.
// Parse the timestamps.
createdAt, startedAt, finishedAt, err := getContainerTimestamps(r)
if err != nil {
return nil, fmt.Errorf("failed to parse timestamp for container %q: %v", containerID, err)
Expand Down

0 comments on commit 576d1d2

Please sign in to comment.