Browse code

Fix minor typo

Signed-off-by: John Howard <jhoward@microsoft.com>

John Howard authored on 2016/08/18 08:10:01
Showing 1 changed files
... ...
@@ -32,8 +32,8 @@ type Stats struct{}
32 32
 // Resources defines updatable container resource values.
33 33
 type Resources struct{}
34 34
 
35
-// ServicingOption is an empty CreateOption with a no-op application that siginifies
36
-// the container needs to be use for a Windows servicing operation.
35
+// ServicingOption is an empty CreateOption with a no-op application that signifies
36
+// the container needs to be used for a Windows servicing operation.
37 37
 type ServicingOption struct {
38 38
 	IsServicing bool
39 39
 }