Typos fixed and special command resolver are now possible
[shipsimu.git] / inc / classes / main / mailer / debug / class_DebugMailer.php
index 042ee69194122982abbf123343e0e495f9a0bfd4..14bdd412db4a536714a6ac233d0be29f3cd2c0fc 100644 (file)
@@ -101,7 +101,7 @@ class DebugMailer extends BaseMailer implements DeliverableMail {
                                        // Get the field from the value instance
                                        $fieldValue = $recipientList['values'][$variable]->getField($variable);
 
-                                       // Set it in the template engine
+                                       // Set it in template engine
                                        $templateInstance->assignVariable($variable, $fieldValue);
                                }