summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2006-10-03 15:59:06 +0000
committerivan <ivan>2006-10-03 15:59:06 +0000
commit40f370f0fbc6dedee27b8666f7d00e3888a1533b (patch)
treea63f0a424ec7060b2ebcebb264895ff638406e38
parent8abffd15f7fa51e8b62f03ffa21a01974813f99f (diff)
s/repalce/replace/ in POD doc
-rw-r--r--FS/FS/cust_main_invoice.pm2
-rw-r--r--FS/FS/cust_pay_batch.pm2
-rw-r--r--FS/FS/svc_external.pm2
-rw-r--r--FS/FS/svc_www.pm2
4 files changed, 4 insertions, 4 deletions
diff --git a/FS/FS/cust_main_invoice.pm b/FS/FS/cust_main_invoice.pm
index 48f47e0cd..71029d096 100644
--- a/FS/FS/cust_main_invoice.pm
+++ b/FS/FS/cust_main_invoice.pm
@@ -91,7 +91,7 @@ sub replace {
Checks all fields to make sure this is a valid invoice destination. If there is
an error, returns the error, otherwise returns false. Called by the insert
-and repalce methods.
+and replace methods.
=cut
diff --git a/FS/FS/cust_pay_batch.pm b/FS/FS/cust_pay_batch.pm
index 515bb9a5d..1eeabb69a 100644
--- a/FS/FS/cust_pay_batch.pm
+++ b/FS/FS/cust_pay_batch.pm
@@ -115,7 +115,7 @@ returns the error, otherwise returns false.
Checks all fields to make sure this is a valid transaction. If there is
an error, returns the error, otherwise returns false. Called by the insert
-and repalce methods.
+and replace methods.
=cut
diff --git a/FS/FS/svc_external.pm b/FS/FS/svc_external.pm
index 79eec97c4..14eab7e03 100644
--- a/FS/FS/svc_external.pm
+++ b/FS/FS/svc_external.pm
@@ -145,7 +145,7 @@ Called by the cancel method of FS::cust_pkg (see L<FS::cust_pkg>).
Checks all fields to make sure this is a valid external service. If there is
an error, returns the error, otherwise returns false. Called by the insert
-and repalce methods.
+and replace methods.
=cut
diff --git a/FS/FS/svc_www.pm b/FS/FS/svc_www.pm
index 12d7e92f3..7c7032f4c 100644
--- a/FS/FS/svc_www.pm
+++ b/FS/FS/svc_www.pm
@@ -190,7 +190,7 @@ Called by the cancel method of FS::cust_pkg (see L<FS::cust_pkg>).
Checks all fields to make sure this is a valid web virtual host. If there is
an error, returns the error, otherwise returns false. Called by the insert
-and repalce methods.
+and replace methods.
=cut