Fix typo in utils/munin/mod_tile_latency (#428)

This commit is contained in:
Hummeltech
2024-04-10 22:19:35 -07:00
committed by GitHub
parent 78f9b6657f
commit 9834df0e38

View File

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