Skip to content

Commit 9002811

Browse files
committed
[Backport] Fix typo in mod_tile.c (#474)
1 parent 7b21e1a commit 9002811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod_tile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2996,7 +2996,7 @@ static const command_rec tile_cmds[] = {
29962996
mod_tile_enable_throttling_xforward, /* config action routine */
29972997
NULL, /* argument to include in call */
29982998
OR_OPTIONS, /* where available */
2999-
"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 */
2999+
"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 */
30003000
),
30013001
AP_INIT_TAKE2(
30023002
"ModTileThrottlingTiles", /* directive name */

0 commit comments

Comments
 (0)