]> git.proxmox.com Git - proxmox-backup.git/commitdiff
Fix typo in program output
authorDylan Whyte <d.whyte@proxmox.com>
Tue, 18 Aug 2020 11:46:50 +0000 (13:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Aug 2020 07:06:27 +0000 (09:06 +0200)
Change "comptation" -> "computation"

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
src/bin/proxmox_backup_client/benchmark.rs

index 6392f282788a565ca502e2e4b28974b86e34eecc..9355d39ee2db10b23efee5139d60da9c7295ee9f 100644 (file)
@@ -68,7 +68,7 @@ struct Speed {
 struct BenchmarkResult {
     /// TLS upload speed
     tls: Speed,
-    /// SHA256 checksum comptation speed
+    /// SHA256 checksum computation speed
     sha256: Speed,
     /// ZStd level 1 compression speed
     compress: Speed,
@@ -187,7 +187,7 @@ fn render_result(
                 .header("TLS (maximal backup upload speed)")
                 .right_align(false).renderer(render_speed))
         .column(ColumnConfig::new("sha256")
-                .header("SHA256 checksum comptation speed")
+                .header("SHA256 checksum computation speed")
                 .right_align(false).renderer(render_speed))
         .column(ColumnConfig::new("compress")
                 .header("ZStd level 1 compression speed")