spelling.

This commit is contained in:
lijunlong 2022-01-29 09:10:04 +08:00
parent 0fb20fd592
commit 50ad95ef91
1 changed files with 2 additions and 2 deletions

View File

@ -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)