LCBH / pssi

Automatically exported from code.google.com/p/pssi
GNU General Public License v3.0
0 stars 0 forks source link

Misspelling in sim plugin SMS status interpeter #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is a misspelling in the sim plugin SMS status interpeter:

--- pssi/plugins/sim/interpreters.orig.py       2010-12-14 23:12:13.512790716 
+0100
+++ pssi/plugins/sim/interpreters.py    2010-12-15 16:28:02.660576583 +0100
@@ -211,7 +211,7 @@
 SMSStatuses = {
     0: "Free space",
     1: "Message received and read",
-    3: "MEssage received but not read yet",
+    3: "Message received but not read yet",
     5: "Message sent",
     7: "Message to be sent"    
 }

By the way, why that dictionnary isn't in the "codes" file ?

Original issue reported on code.google.com by laurent.leonard.openminds@gmail.com on 15 Dec 2010 at 3:32

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r45.

Original comment by eric.bou...@gmail.com on 15 Dec 2010 at 9:06

GoogleCodeExporter commented 8 years ago
Thanks for the notification. The codes file contains the country codes, which 
are very numerous and would take too much space in the interpreters file.

Original comment by eric.bou...@gmail.com on 15 Dec 2010 at 9:09