typo
authorMark Wells <mark@freeside.biz>
Wed, 27 Feb 2013 07:42:03 +0000 (23:42 -0800)
committerMark Wells <mark@freeside.biz>
Wed, 27 Feb 2013 07:42:03 +0000 (23:42 -0800)
FS/FS/svc_broadband.pm

index 869d9a5..caef662 100755 (executable)
@@ -314,7 +314,7 @@ Returns the IP address.
 sub label {
   my $self = shift;
   my $label = 'IP:'. ($self->ip_addr || 'Unknown');
-  $label .= '", MAC:'. $self->mac_addr
+  $label .= ', MAC:'. $self->mac_addr
     if $self->mac_addr;
   $label .= ' ('. $self->description. ')'
     if $self->description;