From f5ce997d75284c028251a2bcb3374bd0651f9203 Mon Sep 17 00:00:00 2001 From: John Howard Date: Wed, 17 Aug 2016 16:10:01 -0700 Subject: [PATCH] Fix minor typo Signed-off-by: John Howard Upstream-commit: d56c2ea9edf0a6f5abfb5be8d241ecf8375054ff Component: engine --- components/engine/libcontainerd/types_windows.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/libcontainerd/types_windows.go b/components/engine/libcontainerd/types_windows.go index 1e7014c110..4f8d325296 100644 --- a/components/engine/libcontainerd/types_windows.go +++ b/components/engine/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 }