summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-12-23 21:01:03 -0800
committerMark Wells <mark@freeside.biz>2014-12-24 10:58:41 -0800
commitfcb43580b83129097a2abf53104ca29f3185d44b (patch)
tree5300e33e7b25d7a7c8b41f87dbe081a97b4b8eef /httemplate/misc
parent403bd5f61004717ecfecf8c5211141939e3b7176 (diff)
Thinktel VoIP provisioning, #32084
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/phonenums.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/phonenums.cgi b/httemplate/misc/phonenums.cgi
index a048280bb..62923ac62 100644
--- a/httemplate/misc/phonenums.cgi
+++ b/httemplate/misc/phonenums.cgi
@@ -29,7 +29,7 @@ if ( $exchangestring ) {
$opts{'state'} = $2;
} else {
$exchangestring =~ /\((\d{3})-(\d{3})-XXXX\)\s*$/i
- or die "unparsable exchange: $exchangestring";
+ or die "unparseable exchange: $exchangestring";
my( $areacode, $exchange ) = ( $1, $2 );
$opts{'areacode'} = $areacode;
$opts{'exchange'} = $exchange;