diff --git a/src/h2load.h b/src/h2load.h index 89100e96..fead67c5 100644 --- a/src/h2load.h +++ b/src/h2load.h @@ -218,7 +218,7 @@ struct Stats { std::array status; // The statistics per request std::vector req_stats; - // THe statistics per client + // The statistics per client std::vector client_stats; };