From 2ea036e02c3fe1374d32c23f795879623773a5ef Mon Sep 17 00:00:00 2001 From: josch Date: Sun, 26 Mar 2023 08:59:00 +0100 Subject: fix some spelling mistakes (#640) --- src/main.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 7a0c2b1b..67c004eb 100755 --- a/src/main.c +++ b/src/main.c @@ -725,7 +725,7 @@ void LoadLogEnv() if(box64_malloc_hack==1) { printf_log(LOG_INFO, "Malloc hook will not be redirected\n"); } else - printf_log(LOG_INFO, "Malloc hook will check for mmap/free occurences\n"); + printf_log(LOG_INFO, "Malloc hook will check for mmap/free occurrences\n"); } } p = getenv("BOX64_NOPULSE"); @@ -923,9 +923,9 @@ void PrintHelp() { printf(" BOX64_NOSIGILL=1 to disable handling of SigILL\n"); printf(" BOX64_SHOWSEGV=1 to show Segfault signal even if a signal handler is present\n"); printf(" BOX64_X11THREADS=1 to call XInitThreads when loading X11 (for old Loki games with Loki_Compat lib)"); - printf(" BOX64_LIBGL=libXXXX set the name (and optionnaly full path) for libGL.so.1\n"); + printf(" BOX64_LIBGL=libXXXX set the name (and optionnally full path) for libGL.so.1\n"); printf(" BOX64_LD_PRELOAD=XXXX[:YYYYY] force loading XXXX (and YYYY...) libraries with the binary\n"); - printf(" BOX64_ALLOWMISSINGLIBS with 1 to allow to continue even if a lib is missing (unadvised, will probably crash later)\n"); + printf(" BOX64_ALLOWMISSINGLIBS with 1 to allow one to continue even if a lib is missing (unadvised, will probably crash later)\n"); printf(" BOX64_PREFER_EMULATED=1 to prefer emulated libs first (execpt for glibc, alsa, pulse, GL, vulkan and X11\n"); printf(" BOX64_PREFER_WRAPPED if box64 will use wrapped libs even if the lib is specified with absolute path\n"); printf(" BOX64_CRASHHANDLER=0 to not use a dummy crashhandler lib\n"); @@ -1710,9 +1710,9 @@ int main(int argc, const char **argv, char **env) { } // and handle PLT RelocateElfPlt(my_context->maplib, NULL, 0, elf_header); - // defered init + // deferred init setupTraceInit(); - RunDeferedElfInit(emu); + RunDeferredElfInit(emu); // update TLS of main elf RefreshElfTLS(elf_header); // do some special case check, _IO_2_1_stderr_ and friends, that are setup by libc, but it's already done here, so need to do a copy -- cgit 1.4.1