diff --git a/includes/html/pages/device/apps/linux_softnet_stat.inc.php b/includes/html/pages/device/apps/linux_softnet_stat.inc.php index 3913a14c1f..185d453768 100644 --- a/includes/html/pages/device/apps/linux_softnet_stat.inc.php +++ b/includes/html/pages/device/apps/linux_softnet_stat.inc.php @@ -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',