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

index 2008dba..cc30e16 100755 (executable)
@@ -310,7 +310,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;