diff options
author | Mattias Andrée <maandree@kth.se> | 2016-10-03 14:34:48 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-10-03 14:34:48 +0200 |
commit | 673ea13db03dd056c260d11d04a18849b70888c9 (patch) | |
tree | fded3327daba548d19507cdfc4ead12097d650ef | |
parent | Add examples for snmp, snmp6, softirqs, and vmstat (diff) | |
download | xpybar-673ea13db03dd056c260d11d04a18849b70888c9.tar.gz xpybar-673ea13db03dd056c260d11d04a18849b70888c9.tar.bz2 xpybar-673ea13db03dd056c260d11d04a18849b70888c9.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | src/plugins/xdisplay.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/xdisplay.py b/src/plugins/xdisplay.py index f1427d7..ca10f8b 100644 --- a/src/plugins/xdisplay.py +++ b/src/plugins/xdisplay.py @@ -34,9 +34,9 @@ class XDisplay: @variable screen:int? The screen number, often `None` (default screen) @varaible vt:int The VT the X display is allocated to - host, dispay and screen is None if connectiopn is None, which means that you - have started xpybar's DISPLAY environment variable is not set, and that a display - was configured in the settings. + host, dispay and screen is None if connection is None, which means that when + you started, xpybar's DISPLAY environment variable is not set, and that a + display was configured in the settings. ''' |