Code merged from ship-simu repository
[mailer.git] / inc / classes / main / template / class_BaseTemplateEngine.php
index 2bbec445b092f3c9dcc661f14ef3ff3037f2c4f8..8690db6fe519d8f038307dbe7684e8712eb56d71 100644 (file)
@@ -1172,7 +1172,7 @@ class BaseTemplateEngine extends BaseFrameworkSystem {
         * @return      void
         */
        public function transferToResponse (Responseable $responseInstance) {
-               // Get the content and set it in the response class
+               // Get the content and set it in response class
                $responseInstance->writeToBody($this->getCompiledData());
        }