From 50ad95ef91d016d8b3d8015c069360b6cf1c1f09 Mon Sep 17 00:00:00 2001 From: lijunlong Date: Sat, 29 Jan 2022 09:10:04 +0800 Subject: [PATCH] spelling. --- doc/README-windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README-windows.md b/doc/README-windows.md index d3d860d..a6c4b3f 100644 --- a/doc/README-windows.md +++ b/doc/README-windows.md @@ -94,7 +94,7 @@ recommended though). Debugging ========= -Debug symbosl are enabled even in release builds. So that when things go very wrong, +Debug symbols are enabled even in release builds. So that when things go very wrong, one can still debug things with tools like MSYS2 GDB. Inclusion of debug symbols make the binary files (`.exe` and `.dll` files) much larger, @@ -123,7 +123,7 @@ TODO package redistribution. * Bundle StrawberryPerl to make command-line utilities like `resty` work out of the box (without manually installing a Perl). -* Deliver an alternative Win32/Win64 binary package built with best debuggin capabilities (like enabling +* Deliver an alternative Win32/Win64 binary package built with best debugging capabilities (like enabling NGINX debugging logs, disabling C compiler optimizations, and enabling all the assertions and checks). [Back to TOC](#table-of-contents)