From 135f45108e0f63b7cc40d8148f545183776f47b5 Mon Sep 17 00:00:00 2001 From: "Ron @ SWGY" <125934174+ron-at-swgy@users.noreply.github.com> Date: Wed, 27 Mar 2024 09:27:35 -0400 Subject: [PATCH] Correct spelling mistake in khttp_parse.3 This commit updates the misspelled word "termianted" to correctly be "terminated". --- man/khttp_parse.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/khttp_parse.3 b/man/khttp_parse.3 index b4b64c4a..d0a119d4 100644 --- a/man/khttp_parse.3 +++ b/man/khttp_parse.3 @@ -646,7 +646,7 @@ These may be integer in .Va i , for a 64-bit signed integer; a string .Va s , -for a NUL-termianted character string; or a double +for a NUL-terminated character string; or a double .Va d , for a double-precision floating-point number. This is intentionally basic because the resulting data must be reliably