From 942e83b44244aec3d198eb55cf756477b5a02f8d Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 04:20:24 +0000 Subject: [PATCH] spelling: obsoleted --- 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 7b7e695f..a5bcc8f6 100644 --- a/src/Mayaqua/Microsoft.c +++ b/src/Mayaqua/Microsoft.c @@ -6970,7 +6970,7 @@ UINT MsService(char *name, SERVICE_FUNCTION *start, SERVICE_FUNCTION *stop, UINT case SVC_MODE_SERVICE: // Run as a service - // Obsolated (2012.12.31) (Do this in the above code) + // Obsoleted (2012.12.31) (Do this in the above code) //MsServiceMode(start, stop); break;