Global rewrite of engine:
[mailer.git] / debug.php
index df171199c327db1c6ef692cce6e5de085fcbb4b8..f9fec82e779762382ed949a54f24c210ff818a13 100644 (file)
--- a/debug.php
+++ b/debug.php
@@ -60,10 +60,10 @@ if ((isExtensionActive('debug')) && (getTotalFatalErrors() == '0')) {
 
                        // Is the module there? Else we log it!
                        if (isIncludeReadable($inc)) {
-                               // Load the request module
+                               // Load the requested module
                                loadInclude($inc);
                        } else {
-                               // Missing request file, may happen while development
+                               // Missing request files may happen while development
                                DEBUG_ABUSE_LOG(__FILE__, __LINE__, 'request_404', postRequestElement('request'));
                        }
                } else {