From 1a1ee2685b3752ed842d7dda76d856c73fb8f604 Mon Sep 17 00:00:00 2001 From: "Jason T. Greene" Date: Thu, 14 Sep 2023 00:55:07 -0500 Subject: [PATCH] fix type-o Signed-off-by: Jason T. Greene --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52b2718..9909b4e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # winquit winquit is a golang module that supports graceful shutdown of Windows -applications through the sending and receiving Windows of quit events on Win32 +applications through the sending and receiving of Windows quit events on Win32 message queues. This allows golang applications to implement behavior comparable to SIGTERM signal handling on UNIX derived systems. Additionally, it supports the graceful shutdown mechanism employed by Windows system tools, such as