Typos fixed and special command resolver are now possible
[shipsimu.git] / inc / classes / main / commands / web / class_WebLogoutDoneCommand.php
index bbb7f2f702f93e2afe91c0a63dc9f62b7394af2c..8dfdee365d72be677b3365bcce3f2a77fbed74e4 100644 (file)
@@ -103,7 +103,7 @@ class WebLogoutDoneCommand extends BaseCommand implements Commandable {
                // these two calls to cache compiled templates.
                $templateInstance->compileVariables();
 
-               // Get the content back from the template engine and put it in the response class
+               // Get the content back from the template engine and put it in response class
                $templateInstance->transferToResponse($responseInstance);
        }