Skip to content

Commit

Permalink
Merge pull request #525 from hatoo/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
hatoo authored Jun 29, 2024
2 parents a948fbb + 4614a4d commit c0a1cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub struct Monitor {
pub report_receiver: flume::Receiver<Result<RequestResult, ClientError>>,
// When started
pub start: std::time::Instant,
// Frame per scond of TUI
// Frame per second of TUI
pub fps: usize,
pub disable_color: bool,
pub stats_success_breakdown: bool,
Expand Down

0 comments on commit c0a1cc3

Please sign in to comment.