Fixed a typo `Backlog Lenght` -> `Backlog Length`
This commit is contained in:
Tarek 2024-04-18 14:15:31 +02:00 committed by GitHub
parent d29201fce1
commit 4cce4f082e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ print_optionbar_end();
$graphs = [
'linux_softnet_stat_packets' => 'Packets Per Second',
'linux_softnet_stat_time_squeeze' => 'Time Squeezes Per Second',
'linux_softnet_stat_backlog_length' => 'Backlog Lenght',
'linux_softnet_stat_backlog_length' => 'Backlog Length',
'linux_softnet_stat_packet_dropped' => 'Packets Dropped Per Second',
'linux_softnet_stat_cpu_collision' => 'CPU Collisions Per Second',
'linux_softnet_stat_flow_limit' => 'Flow Limit Hit Per Second',