diff --git a/client/ui.c b/client/ui.c index 2c344b680..0bab2eb3d 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) {