This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
The following commit(s) were added to refs/heads/master by this push: new 6fcbb5a Spelling 6fcbb5a is described below commit 6fcbb5a85df03c189d8eb58dbcd2ba334b37a43e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jun 24 13:38:05 2023 -0400 Spelling --- src/native/windows/src/service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/windows/src/service.c b/src/native/windows/src/service.c index d3db7d9..582d111 100644 --- a/src/native/windows/src/service.c +++ b/src/native/windows/src/service.c @@ -469,7 +469,7 @@ apxServiceControl(APXHANDLE hService, DWORD dwControl, UINT uMsg, default: break; } - /* user defined controls */ + /* user-defined controls */ if (dwControl > 127 && dwControl < 224) { /* 128 ... 159 start signals * 160 ... 191 stop signals