diff --git a/kdmapper/service.cpp b/kdmapper/service.cpp index b34930e..6cf0971 100644 --- a/kdmapper/service.cpp +++ b/kdmapper/service.cpp @@ -57,7 +57,7 @@ bool ExistsValorantService(SC_HANDLE service_manager) { ENUM_SERVICE_STATUSA service = buffer[i]; if (strstr(service.lpServiceName,"vgk")) { if ((service.ServiceStatus.dwCurrentState == SERVICE_RUNNING || service.ServiceStatus.dwCurrentState == SERVICE_START_PENDING)) { - printf("[-] Valorant service running, kdmapper stoped to prevent BSOD!!\n"); + printf("[-] Valorant service running, kdmapper stopped to prevent BSOD!!\n"); return true; } @@ -134,4 +134,4 @@ bool service::StopAndRemove(const std::string& driver_name) CloseServiceHandle(sc_manager_handle); return result; -} \ No newline at end of file +}