From 1ee49e7633ad8e7940b5feb0ab79239fa76cdf8a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 04:56:33 +0000 Subject: [PATCH] spelling: privilege --- src/Mayaqua/Microsoft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mayaqua/Microsoft.c b/src/Mayaqua/Microsoft.c index a5bcc8f6..dbdccfb4 100644 --- a/src/Mayaqua/Microsoft.c +++ b/src/Mayaqua/Microsoft.c @@ -6602,7 +6602,7 @@ UINT MsService(char *name, SERVICE_FUNCTION *start, SERVICE_FUNCTION *stop, UINT mode == SVC_MODE_STOP || mode == SVC_MODE_SERVICE) && (ms->IsAdmin == false)) { - // Do not have Administrators privillage + // Do not have Administrators privilege MsgBox(NULL, MB_ICONEXCLAMATION, _UU("SVC_NOT_ADMIN")); } else