openstreetmap / mod_tile

Renders map tiles with mapnik and serves them using apache
http://wiki.openstreetmap.org/wiki/Mod_tile
GNU General Public License v2.0
288 stars 190 forks source link

Tiny typo #427

Closed zenonp closed 5 months ago

zenonp commented 5 months ago
--- utils/munin/mod_tile_latency.orig       2024-04-10 01:05:18.842512990 +0300
+++ utils/munin/mod_tile_latency    2024-04-10 01:06:40.014166851 +0300
@@ -24,7 +24,7 @@

 if [ "$1" = "config" ]; then

-  echo 'graph_title avg latency of tile retrival from disk'
+  echo 'graph_title avg latency of tile retrieval from disk'
   echo 'graph_args --base 1000 -l 0'
   echo 'graph_vlabel latency in s'
   echo 'graph_category mod_tile'
hummeltech commented 5 months ago

Hello @zenonp, I have created a pull request to address this typo, let me know if it is satisfactory. Thanks for the report!

zenonp commented 5 months ago

Yes, of course it is :) I wish more bugs were as easy to resolve as this one.