mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix minor typo
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
b0b3249bc2
commit
d56c2ea9ed
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ type Stats struct{}
|
||||||
// Resources defines updatable container resource values.
|
// Resources defines updatable container resource values.
|
||||||
type Resources struct{}
|
type Resources struct{}
|
||||||
|
|
||||||
// ServicingOption is an empty CreateOption with a no-op application that siginifies
|
// ServicingOption is an empty CreateOption with a no-op application that signifies
|
||||||
// the container needs to be use for a Windows servicing operation.
|
// the container needs to be used for a Windows servicing operation.
|
||||||
type ServicingOption struct {
|
type ServicingOption struct {
|
||||||
IsServicing bool
|
IsServicing bool
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue