commit 387454e7718ceef81bcc3d739931553e6544c59d Author: Christian Fromme kaner@strace.org Date: Wed Feb 23 21:16:44 2011 +0100
Fix typo --- weather/weatherapp/ctlutil.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/weather/weatherapp/ctlutil.py b/weather/weatherapp/ctlutil.py index 8644cf3..0487157 100644 --- a/weather/weatherapp/ctlutil.py +++ b/weather/weatherapp/ctlutil.py @@ -467,7 +467,7 @@ class CtlUtil:
desc = self.get_single_descriptor(fingerprint) if not desc == "": - match = re.match(hibernating_match, desc) + match = re.match(match_hibernating, desc) if match: return True else:
tor-commits@lists.torproject.org