Large code cleanups:
[mailer.git] / sponsor_ref.php
index 1192d5a896b2b066d1aa03d1edc7a4bc3f21c099..4d7d467beb1cde20e1aeef441554943193e7b040 100644 (file)
@@ -6,9 +6,9 @@
  * -------------------------------------------------------------------- *
  * File              : sponsor_ref.php                                  *
  * -------------------------------------------------------------------- *
- * Short description : Redirection for the referal link                 *
+ * Short description : Redirection for the referral link                *
  * -------------------------------------------------------------------- *
- * Kurzbeschreibung  : Weiterleitungsscript fuer die Referal-Links      *
+ * Kurzbeschreibung  : Weiterleitungsscript fuer die Referral-Links     *
  * -------------------------------------------------------------------- *
  * $Revision::                                                        $ *
  * $Date::                                                            $ *
@@ -52,10 +52,10 @@ setContentType('text/html');
 // Base URL for redirection
 $url = 'modules.php?module=index';
 
-// Do we have a referal id?
-if (isReferalIdValid()) {
+// Do we have a referral id?
+if (isReferralIdValid()) {
        // We have an refid here. So we simply add it
-       $url .= '&what=sponsor_reg&refid=' . determineReferalId();
+       $url .= '&what=sponsor_reg&refid=' . determineReferralId();
 } // END - if
 
 // Load the URL