From: Joseph Herlant Date: Sun, 25 Nov 2018 19:26:48 +0000 (-0800) Subject: CLEANUP: Fix a typo in the queue subsystem X-Git-Tag: v1.9-dev9~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8499ecb6ecc6edd9066df8227316f16ba30c26e;p=thirdparty%2Fhaproxy.git CLEANUP: Fix a typo in the queue subsystem Fixes a typo in the code comments of the queue subsystem. --- diff --git a/src/queue.c b/src/queue.c index 2e6de98edd..e0be7a2923 100644 --- a/src/queue.c +++ b/src/queue.c @@ -337,7 +337,7 @@ void process_srv_queue(struct server *s) * The offset can be positive or negative, and an offset of 0 puts it in the * middle of this range (~ 8 min). Note that this also means if the adjusted * timestamp wraps around, the request will be misinterpreted as being of - * the higest priority for that priority class. + * the highest priority for that priority class. * * This function must be called by the stream itself, so in the context of * process_stream.