openstreetmap/mod_tile

Tiny typo

zenonp opened this issue · 2 comments

--- 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'

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

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