[freeside-commits] freeside/FS/FS svc_Common.pm,1.46,1.47

Ivan,,, ivan at wavetail.420.am
Wed Aug 13 18:52:30 PDT 2008


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv860

Modified Files:
	svc_Common.pm 
Log Message:
tyop

Index: svc_Common.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_Common.pm,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- svc_Common.pm	9 Jul 2008 20:33:01 -0000	1.46
+++ svc_Common.pm	14 Aug 2008 01:52:28 -0000	1.47
@@ -511,7 +511,7 @@
   return $error if $error;
 
   my $part_svc = $self->part_svc;
-  return "Unkonwn svcpart" unless $part_svc;
+  return "Unknown svcpart" unless $part_svc;
 
   #set default/fixed/whatever fields from part_svc
 



More information about the freeside-commits mailing list