Rev 19: Fix typo. in file:///v/home/vila/.bazaar/plugins/transportstats/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Mon Oct 8 16:53:34 BST 2007
At file:///v/home/vila/.bazaar/plugins/transportstats/
------------------------------------------------------------
revno: 19
revision-id: v.ladeuil+lp at free.fr-20071008155333-4nxooaszwpob174u
parent: v.ladeuil+lp at free.fr-20071008141914-flsiq3tt1xw6lyux
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: transportstats
timestamp: Mon 2007-10-08 17:53:33 +0200
message:
Fix typo.
* commands.py:
(cmd_ts_display.run): Try spelling written properly for better results.
modified:
commands.py commands.py-20070927123419-zy82qayy9xzwxvzi-1
-------------- next part --------------
=== modified file 'commands.py'
--- a/commands.py 2007-10-08 14:19:14 +0000
+++ b/commands.py 2007-10-08 15:53:33 +0000
@@ -60,7 +60,7 @@
(requests, bytes_read, bytes_written, avg_latency) = mystats.collect()
print '# requests: %d' % requests
print 'Bytes read: %d' % bytes_read
- print 'Bytes written: %d' % bytes_read
+ print 'Bytes written: %d' % bytes_written
# FIXME: It may be more appropriate to divide by 2 as ping does.
print 'Average latency: %dms' % avg_latency
mystats.stop_exploiting()
More information about the bazaar-commits
mailing list