Fix minor typo

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: d56c2ea9edf0a6f5abfb5be8d241ecf8375054ff
Component: engine
This commit is contained in:
John Howard
2016-08-17 16:10:01 -07:00
parent 92992ea84a
commit f5ce997d75

View File

@ -32,8 +32,8 @@ type Stats struct{}
// Resources defines updatable container resource values.
type Resources struct{}
// ServicingOption is an empty CreateOption with a no-op application that siginifies
// the container needs to be use for a Windows servicing operation.
// ServicingOption is an empty CreateOption with a no-op application that signifies
// the container needs to be used for a Windows servicing operation.
type ServicingOption struct {
IsServicing bool
}