[Dextrose] [PATCH sugar 05/11] Fix typo

Aleksey Lim alsroot at member.fsf.org
Sat Jan 15 09:10:44 EST 2011


From: Tomeu Vizoso <tomeu.vizoso at collabora.co.uk>

---
 src/jarabe/model/network.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/jarabe/model/network.py b/src/jarabe/model/network.py
index d0c17e4..dd9a061 100644
--- a/src/jarabe/model/network.py
+++ b/src/jarabe/model/network.py
@@ -251,7 +251,7 @@ def frequency_to_channel(frequency):
             2472: 13}
     if frequency not in ftoc:
         logging.warning("The frequency %s can not be mapped to a channel, " \
-                            "defaulting to channel 1.", frequncy)
+                            "defaulting to channel 1.", frequency)
         return 1
     return ftoc[frequency]
 
-- 
1.7.3.4



More information about the Dextrose mailing list