summaryrefslogtreecommitdiff
path: root/FS/FS/svc_forward.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-05-31 17:50:37 +0000
committerivan <ivan>2002-05-31 17:50:37 +0000
commit7c50e5b2a527bf475860d682826b8e7229af1c59 (patch)
tree478a8dc795f3b314fb3803b5368760443aa29811 /FS/FS/svc_forward.pm
parent19416b51cad45853a7cf620af6bbde7973bedbe5 (diff)
typo noticed by <Kaa>
Diffstat (limited to 'FS/FS/svc_forward.pm')
-rw-r--r--FS/FS/svc_forward.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/svc_forward.pm b/FS/FS/svc_forward.pm
index 12f8b92..1c5b5c4 100644
--- a/FS/FS/svc_forward.pm
+++ b/FS/FS/svc_forward.pm
@@ -402,7 +402,7 @@ sub check {
return "Unknown srcsvc" unless $self->srcsvc_acct;
- return "Both dstsvc and dst were defined; one one can be specified"
+ return "Both dstsvc and dst were defined; only one can be specified"
if $self->dstsvc && $self->dst;
return "one of dstsvc or dst is required"
@@ -452,7 +452,7 @@ sub dstsvc_acct {
=head1 VERSION
-$Id: svc_forward.pm,v 1.11 2002-02-20 01:03:09 ivan Exp $
+$Id: svc_forward.pm,v 1.12 2002-05-31 17:50:37 ivan Exp $
=head1 BUGS