diff options
author | ivan <ivan> | 2008-08-14 01:52:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-08-14 01:52:29 +0000 |
commit | bb8b959377cb2a39506a074e58f8f222ce42d3dc (patch) | |
tree | daaa29e039cb844d55c7b25aeee64912c190c86c | |
parent | 7bbeaf03c71c1c1b6abaedb0c039b027e52656de (diff) |
tyop
-rw-r--r-- | FS/FS/svc_Common.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm index 320c0e638..87c2500f3 100644 --- a/FS/FS/svc_Common.pm +++ b/FS/FS/svc_Common.pm @@ -496,7 +496,7 @@ sub setx { 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 |