fixed grammar in a couple of awkward error messages

This commit is contained in:
Richard Mitsuk Lavitt
2021-01-15 14:33:38 -06:00
parent 2113ec0773
commit a8cbc72fd1
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ static HANDLE wrmsr_install_driver()
hService = OpenServiceW(hManager, SERVICE_NAME, SERVICE_ALL_ACCESS);
if (hService) {
LOG_WARN(CLEAR "%s" YELLOW("service ") YELLOW_BOLD("WinRing0_1_2_0") YELLOW(" is already exists"), tag);
LOG_WARN(CLEAR "%s" YELLOW("service ") YELLOW_BOLD("WinRing0_1_2_0") YELLOW(" already exists"), tag);
SERVICE_STATUS status;
const auto rc = QueryServiceStatus(hService, &status);