From 9002811226a924aac0daa73cd80b899b0515eb86 Mon Sep 17 00:00:00 2001 From: David Hummel <6109326+hummeltech@users.noreply.github.com> Date: Sat, 11 Jan 2025 21:34:17 -0700 Subject: [PATCH] [Backport] Fix typo in mod_tile.c (#474) --- src/mod_tile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_tile.c b/src/mod_tile.c index 5fb18da2..49a6cb83 100644 --- a/src/mod_tile.c +++ b/src/mod_tile.c @@ -2996,7 +2996,7 @@ static const command_rec tile_cmds[] = { mod_tile_enable_throttling_xforward, /* config action routine */ NULL, /* argument to include in call */ OR_OPTIONS, /* where available */ - "0 1 2 - use X-Forwarded-For http header to determin IP for throttling when available. 0 => off, 1 => use first entry, 2 => use last entry of the caching chain" /* directive description */ + "0 1 2 - use X-Forwarded-For http header to determine IP for throttling when available. 0 => off, 1 => use first entry, 2 => use last entry of the caching chain" /* directive description */ ), AP_INIT_TAKE2( "ModTileThrottlingTiles", /* directive name */