Browse Source

Oops - fix docs to not lie

David Baker 7 years ago
parent
commit
f9f26b946f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sydent/validators/msisdnvalidator.py

+ 1 - 1
sydent/validators/msisdnvalidator.py

@@ -60,7 +60,7 @@ class MsisdnValidator:
                 action = self.sydent.cfg.get('sms', opt)
 
                 if action not in ['allow', 'reject']:
-                    raise Exception("Invalid SMS rule action: %s, expecting 'allow' or 'deny'" % action)
+                    raise Exception("Invalid SMS rule action: %s, expecting 'allow' or 'reject'" % action)
 
                 self.smsRules[country] = action