From 5fe02c33bc73e0f5b2187812c3d19bb36f6d0fac Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Sun, 17 Mar 2024 17:01:38 +0100 Subject: [PATCH] CLEANUP: assorted typo fixes in the code and comments This is 40th iteration of typo fixes --- src/quic_cli.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/quic_cli.c b/src/quic_cli.c index 49501d53d8..b4b9329da2 100644 --- a/src/quic_cli.c +++ b/src/quic_cli.c @@ -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. */ -- 2.47.3