Merge pull request #18759 from mikedanese/doc-fix

daemon/logger: fix typo in godoc
This commit is contained in:
Doug Davis 2015-12-17 19:26:41 -05:00
Родитель ff69b23dc0 881a30c707
Коммит 6bf8844f11
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -101,7 +101,7 @@ func (ctx *Context) ImageID() string {
return ctx.ContainerImageID[:12]
}
// ImageFullID is an alias of ContainerID.
// ImageFullID is an alias of ContainerImageID.
func (ctx *Context) ImageFullID() string {
return ctx.ContainerImageID
}