Merge pull request #108974 from ArangoGutierrez/devel/typos/windows

Fix typo at pkg/windows/service/service.go:94
This commit is contained in:
Kubernetes Prow Robot
2022-06-01 13:39:58 -07:00
committed by GitHub

View File

@@ -91,7 +91,7 @@ Loop:
// As per https://docs.microsoft.com/en-us/windows/desktop/services/service-control-handler-function
s <- svc.Status{State: svc.StopPending}
// If we cannot exit gracefully, we really only can exit our process, so atleast the
// If we cannot exit gracefully, we really only can exit our process, so at least the
// service manager will think that we gracefully exited. At the time of writing this comment this is
// needed for applications that do not use signals (e.g. kube-proxy)
if !graceful {