diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-02-13 19:45:39 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-02-13 19:45:39 +0100 |
| commit | 7a421f3ff2dad0150148880a71d6542ab87589bd (patch) | |
| tree | ad06deb35e5f6e8c2f9d9aef43a0a64c958ed374 /lib/python | |
| parent | 7f6790f2afe0fb6f65746fdc1c00935ed1567146 (diff) | |
| download | enigma2-7a421f3ff2dad0150148880a71d6542ab87589bd.tar.gz enigma2-7a421f3ff2dad0150148880a71d6542ab87589bd.zip | |
fix typo
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/TimerEdit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index cdff4c5b..6499ef50 100644 --- a/lib/python/Screens/TimerEdit.py +++ b/lib/python/Screens/TimerEdit.py @@ -273,7 +273,7 @@ class TimerEditList(Screen): else: success = True else: - succsess = True + success = True if success: print "Sanity check passed" self.session.nav.RecordTimer.timeChanged(entry) |
