From f1202c3fa9eb6473c3921ca56d399dee76699650 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 14 Mar 2017 08:30:46 +0100 Subject: [PATCH] textual (piwi) --- client/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ui.c b/client/ui.c index 2c344b68..0bab2eb3 100644 --- a/client/ui.c +++ b/client/ui.c @@ -33,7 +33,7 @@ void PrintAndLog(char *fmt, ...) // struct tm* tm_info; // char buffer[26] = {0}; - // lock this section to avoid interlacing prints from different threats + // lock this section to avoid interlacing prints from different threads pthread_mutex_lock(&print_lock); if (logging && !logfile) { -- 2.39.2