Heavy rewrite:
[mailer.git] / inc / modules / guest / what-confirm.php
index c59a6a55691a60cd9ac2e93f309120fd5a5a6a2e..d790166aff675bbac38d62e49852a1c7e2ae57c1 100644 (file)
@@ -77,12 +77,12 @@ if (REQUEST_ISSET_GET('hash')) {
                                        // Ok, write the ref-points to this user and his parent-ref
                                        unset($GLOBALS['ref_level']);
 
-                                       // Shall I "pay" the referal points imidiately?
+                                       // Shall I 'pay' the referal points imidiately?
                                        if (getConfig('ref_payout') == '0') {
-                                               // Yes, "pay" it now
+                                               // Yes, 'pay' it now
                                                $locked = false;
                                        } else {
-                                               // No, "pay" it later
+                                               // No, 'pay' it later
                                                $locked = true;
                                        }