diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-03-07 01:12:36 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-03-07 01:12:36 +0100 | 
| commit | 727d328086a5c6feb42264f7fed1ae9821d5de96 (patch) | |
| tree | b349213f128e6a9c960d438a945d2296d3b1bc25 /src/plugins | |
| parent | m (diff) | |
| download | xpybar-727d328086a5c6feb42264f7fed1ae9821d5de96.tar.gz xpybar-727d328086a5c6feb42264f7fed1ae9821d5de96.tar.bz2 xpybar-727d328086a5c6feb42264f7fed1ae9821d5de96.tar.xz | |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
| -rw-r--r-- | src/plugins/discstats.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/plugins/discstats.py b/src/plugins/discstats.py index 57b2844..d8bebca 100644 --- a/src/plugins/discstats.py +++ b/src/plugins/discstats.py @@ -65,7 +65,7 @@ class DiscStat:      @variable  w_sectors:int         Sectors written      @variable  w_time:int            Time spent writing, in ms      @variable  io_current:int        I/O:s currently in progress -    @variable  io_time:int           Time spent doing I/Os:, in ms +    @variable  io_time:int           Time spent doing I/O:s, in ms      @variable  io_weighted_time:int  Weighted time spent doing I/O:s, in ms      ''' | 
