CLEANUP: fix a few reported typos in code comments

These are only the few relevant changes among those reported here:

  https://github.com/haproxy/haproxy/actions/runs/4856148287/jobs/8655397661
diff --git a/src/cli.c b/src/cli.c
index 977e228..7d058c5 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -2682,7 +2682,7 @@
 
 send_status:
 	s->pcli_flags |= PCLI_F_RELOAD;
-	/* dont' use ci_putblk here because SHUT_DONE could have been sent */
+	/* don't use ci_putblk here because SHUT_DONE could have been sent */
 	b_reset(&req->buf);
 	b_putblk(&req->buf, "_loadstatus;quit\n", 17);
 	goto read_again;