aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-09-26 19:18:07 +0200
committerGuido Günther <agx@sigxcpu.org>2011-09-26 19:19:59 +0200
commite9f6c6d60fd007643fab72cde5aacf851e34404f (patch)
tree0ab15c0671a37adc303f76ecc550555061c5e4e5
parent8b35c7402bbe003e9da37773d3ef5ceb06e8ae04 (diff)
Fix typo
-rw-r--r--src/ppm/providerdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppm/providerdb.py b/src/ppm/providerdb.py
index 2ea3272..8aafa27 100644
--- a/src/ppm/providerdb.py
+++ b/src/ppm/providerdb.py
@@ -94,7 +94,7 @@ class ProviderDB(object):
if t.tag == 'sms':
number = t.text
text = t.attrib['text']
- provicer.add_top_up_cmd({'sms': (number, text)})
+ provider.add_top_up_cmd({'sms': (number, text)})
def get_providers(self, mcc, mnc):
"""