Skip to content

Commit

Permalink
typo: Disk, Total Write
Browse files Browse the repository at this point in the history
  • Loading branch information
aeghn committed Nov 1, 2024
1 parent 9163e8f commit c9e1018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resource/drive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ impl Resource for ResDrive {
)
.empty_sep()
.kv_sep("Total Read", convert_storage(self.read_total.get(), true))
.kv_sep("Total Read", convert_storage(self.write_total.get(), true))
.kv_sep("Total Write", convert_storage(self.write_total.get(), true))
.active(args.active)
.build("Usage")?;

Expand Down

0 comments on commit c9e1018

Please sign in to comment.