Skip to content

Commit

Permalink
Fix typo at pkg/windows/service/service.go:94
Browse files Browse the repository at this point in the history
./windows/service/service.go:94: atleast ==> at least

Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
  • Loading branch information
ArangoGutierrez committed Mar 24, 2022
1 parent 475f7af commit 0719483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/windows/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0719483

Please sign in to comment.