]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: assorted typo fixes in the code and comments
authorIlia Shipitsin <chipitsine@gmail.com>
Sun, 17 Mar 2024 16:01:38 +0000 (17:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 18 Mar 2024 18:54:33 +0000 (19:54 +0100)
This is 40th iteration of typo fixes

src/quic_cli.c

index 49501d53d84ea027b5b7169278a1d82879e756e0..b4b9329da24db9ff1ce3e2ff2c3d81c8f58d2a3e 100644 (file)
@@ -12,7 +12,7 @@
 unsigned int qc_epoch = 0;
 
 enum quic_dump_format {
-       QUIC_DUMP_FMT_DEFAULT, /* value used if not explicitely specified. */
+       QUIC_DUMP_FMT_DEFAULT, /* value used if not explicitly specified. */
 
        QUIC_DUMP_FMT_ONELINE,
        QUIC_DUMP_FMT_CUST,
@@ -39,7 +39,7 @@ struct show_quic_ctx {
 
 #define QC_CLI_FL_SHOW_ALL 0x1 /* show closing/draining connections */
 
-/* Returns the output format for show quic. If specified explicitely use it as
+/* Returns the output format for show quic. If specified explicitly use it as
  * set. Else format depends if filtering on a single connection instance. If
  * true, full format is preferred else oneline.
  */