diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-20 16:53:12 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-20 16:53:12 +0200 |
commit | ebcd2407a7e82be5c688e0d1e3de84ce16ca7f5e (patch) | |
tree | cf78d41121438a5ee7bd68d20bcf4603a5e34da5 /src/plugins | |
parent | add inodestate (diff) | |
download | xpybar-ebcd2407a7e82be5c688e0d1e3de84ce16ca7f5e.tar.gz xpybar-ebcd2407a7e82be5c688e0d1e3de84ce16ca7f5e.tar.bz2 xpybar-ebcd2407a7e82be5c688e0d1e3de84ce16ca7f5e.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/inodestate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/inodestate.py b/src/plugins/inodestate.py index 6c87a77..e1bfece 100644 --- a/src/plugins/inodestate.py +++ b/src/plugins/inodestate.py @@ -25,7 +25,7 @@ class InodeState: @variable nr_inodes:int The number of inodes the system has allocated. This can be slightly more than inode-max because Linux allocates them one page full at a time. - @variable nr_free_inodes:int Tthe number of free inodes + @variable nr_free_inodes:int The number of free inodes @variable preshrink:int Nonzero when the `nr_inodes` is more than inode-max and the system needs to prune the inode list instead of allocating more |