From af76f2befd97796832ded7c3c2aad341ce1a59a9 Mon Sep 17 00:00:00 2001 From: oklahomadev <139795219+oklahomadev@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:41:40 +0200 Subject: [PATCH] fix typo --- pafish/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pafish/main.c b/pafish/main.c index 65cd606..33ba929 100644 --- a/pafish/main.c +++ b/pafish/main.c @@ -188,10 +188,10 @@ int main(void) &gensandbox_one_cpu_GetSystemInfo, "Sandbox traced by checking if NumberOfProcessors is less than 2 via GetSystemInfo()", "hi_sandbox_NumberOfProcessors_less_2_GetSystemInfo"); - exec_check("Checking if pysical memory is < 1Gb", + exec_check("Checking if physical memory is < 1Gb", &gensandbox_less_than_onegb, - "Sandbox traced by checking if pysical memory is less than 1Gb", - "hi_sandbox_pysicalmemory_less_1Gb"); + "Sandbox traced by checking if physical memory is less than 1Gb", + "hi_sandbox_physicalmemory_less_1Gb"); exec_check("Checking operating system uptime using GetTickCount()", &gensandbox_uptime, "Sandbox traced by checking operating system uptime using GetTickCount()",