aboutsummaryrefslogtreecommitdiffstats
path: root/src/__main__.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-03-28 06:53:31 +0100
committerMattias Andrée <maandree@operamail.com>2015-03-28 06:53:31 +0100
commitfade27578996f94d40fe1edddb5a0d3c5b8be294 (patch)
treec12dc92ad4e292f345cbec90c43658648f7f3ad7 /src/__main__.py
parentadd rat button support (diff)
downloadxpybar-fade27578996f94d40fe1edddb5a0d3c5b8be294.tar.gz
xpybar-fade27578996f94d40fe1edddb5a0d3c5b8be294.tar.bz2
xpybar-fade27578996f94d40fe1edddb5a0d3c5b8be294.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/__main__.py')
-rwxr-xr-xsrc/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__main__.py b/src/__main__.py
index bc099f8..a65d1bf 100755
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -29,7 +29,7 @@ PROGRAM_VERSION = '1.0'
global OUTPUT, HEIGHT, YPOS, TOP, FONT, BACKGROUND, FOREGROUND
-global dislay, outputs, redraw, Bar, start, stop
+global display, outputs, redraw, Bar, start, stop
global conf_opts, config_file, parser
OUTPUT, HEIGHT, YPOS, TOP = 0, 12, 0, True