diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-03-28 06:53:31 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-03-28 06:53:31 +0100 |
commit | fade27578996f94d40fe1edddb5a0d3c5b8be294 (patch) | |
tree | c12dc92ad4e292f345cbec90c43658648f7f3ad7 /src/__main__.py | |
parent | add rat button support (diff) | |
download | xpybar-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-x | src/__main__.py | 2 |
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 |