diff options
-rw-r--r-- | FS/FS/cust_main_invoice.pm | 2 | ||||
-rw-r--r-- | FS/FS/cust_pay_batch.pm | 2 | ||||
-rw-r--r-- | FS/FS/svc_external.pm | 2 | ||||
-rw-r--r-- | FS/FS/svc_www.pm | 2 |
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 |