Skip to content

Commit

Permalink
fux typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Sep 25, 2024
1 parent d750d58 commit ea5e738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oryx-tui/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ impl App {
.header(
Row::new(vec![
Line::from("IP Address").centered(),
Line::from("Number of SYN pckets").centered(),
Line::from("Number of SYN packets").centered(),
])
.style(Style::new().bold())
.bottom_margin(1),
Expand Down

0 comments on commit ea5e738

Please sign in to comment.