Skip to content

Commit

Permalink
Fix typo in utils/munin/mod_tile_latency (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
hummeltech committed Apr 11, 2024
1 parent 78f9b66 commit 9834df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/munin/mod_tile_latency
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9834df0

Please sign in to comment.