Browse Source

Fix minor typo

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 9 năm trước cách đây
mục cha
commit
d56c2ea9ed
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      libcontainerd/types_windows.go

+ 2 - 2
libcontainerd/types_windows.go

@@ -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
 }