]> git.mxchange.org Git - mailer.git/blobdiff - ref.php
Some fixes for yoomedia extension
[mailer.git] / ref.php
diff --git a/ref.php b/ref.php
index c9b37ece10ba3cb8f43d4730814a1b7d4fa28966..783aab194c3b04928a3627c62d6f3da17cb55d9b 100644 (file)
--- a/ref.php
+++ b/ref.php
@@ -6,9 +6,9 @@
  * -------------------------------------------------------------------- *
  * File              : ref.php                                          *
  * -------------------------------------------------------------------- *
- * Short description : Redirection for the referral link                *
+ * Short description : Redirection for the referal link                *
  * -------------------------------------------------------------------- *
- * Kurzbeschreibung  : Weiterleitungsscript fuer die Referral-Links     *
+ * Kurzbeschreibung  : Weiterleitungsscript fuer die Referal-Links      *
  * -------------------------------------------------------------------- *
  *                                                                      *
  * -------------------------------------------------------------------- *
@@ -58,7 +58,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) {
                break;
        }
 
-       // Get referral ID from ref or refid variable
+       // Get referal ID from ref or refid variable
        if (!empty($_GET['ref']))        $ref = secureString($_GET['ref']);
         elseif (!empty($_GET['refid'])) $ref = secureString($_GET['refid']);