Skip to content

Commit

Permalink
Merge pull request docker-archive#2653 from fate-grand-order/typo
Browse files Browse the repository at this point in the history
fix misspell "preceding" in cluster/watchdog.go
  • Loading branch information
dongluochen authored Mar 17, 2017
2 parents 0da8bbc + bc8095d commit 3e9a6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/watchdog.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (w *Watchdog) rescheduleContainers(e *Engine) {
log.Errorf("container %s has no name", c.ID)
continue
}
// cut preceeding '/'
// cut preceding '/'
if name[0] == '/' {
name = name[1:]
}
Expand Down

0 comments on commit 3e9a6b1

Please sign in to comment.