[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [weather/master] Fix typo
commit 387454e7718ceef81bcc3d739931553e6544c59d
Author: Christian Fromme <kaner@xxxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits