Grammar fixed
authorRoland Häder <roland@mxchange.org>
Sat, 18 Jul 2009 05:21:22 +0000 (05:21 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 18 Jul 2009 05:21:22 +0000 (05:21 +0000)
inc/classes/exceptions/controller/class_DefaultControllerException.php
inc/classes/main/resolver/action/web/class_WebActionResolver.php
inc/classes/main/resolver/command/image/class_ImageCommandResolver.php
inc/classes/main/resolver/command/web/class_WebCommandResolver.php

index a4a817cc6bfabf7ca0a8b96d80e743730fb4bebf..228d20be744be41dc30be7bb957992cc4d3b2965 100644 (file)
@@ -31,7 +31,7 @@ class DefaultControllerException extends FrameworkException {
         */
        public function __construct(ControllerResolver $resolverInstance, $code) {
                // Prepare the message
         */
        public function __construct(ControllerResolver $resolverInstance, $code) {
                // Prepare the message
-               $message = sprintf("[%s:%d] Cannot resolv default controller. Maybe missing?",
+               $message = sprintf("[%s:%d] Cannot resolve default controller. Maybe missing?",
                        $resolverInstance->__toString(),
                        $this->getLine()
                );
                        $resolverInstance->__toString(),
                        $this->getLine()
                );
index 55779b27bcc759bebee9745a8c4e26bb8b770064..4f963db028e74d7247491249c6419a73515db772 100644 (file)
@@ -85,7 +85,7 @@ class WebActionResolver extends BaseActionResolver implements ActionResolver {
                $actionName = '';
                $actionInstance = null;
 
                $actionName = '';
                $actionInstance = null;
 
-               // This goes fine so let's resolv the action
+               // This goes fine so let's resolve the action
                $actionName = $requestInstance->getRequestElement('action');
 
                // Is the action empty? Then fall back to default action
                $actionName = $requestInstance->getRequestElement('action');
 
                // Is the action empty? Then fall back to default action
index 92218ff70683072af6f63cd7ad4e5e55e7c1bc95..633a6233f49db4c75309cf53e564e19b6e3cb397 100644 (file)
@@ -85,7 +85,7 @@ class ImageCommandResolver extends BaseCommandResolver implements CommandResolve
                $commandName = '';
                $commandInstance = null;
 
                $commandName = '';
                $commandInstance = null;
 
-               // This goes fine so let's resolv the command
+               // This goes fine so let's resolve the command
                $commandName = $requestInstance->getRequestElement('page');
 
                // Is the command empty? Then fall back to default command
                $commandName = $requestInstance->getRequestElement('page');
 
                // Is the command empty? Then fall back to default command
index 0ebd4e8adf423d556aff8699c44577289f5c70bb..f4eba1210c43473119c1ba5c3fbbc39e28e74611 100644 (file)
@@ -85,7 +85,7 @@ class WebCommandResolver extends BaseCommandResolver implements CommandResolver
                $commandName = '';
                $commandInstance = null;
 
                $commandName = '';
                $commandInstance = null;
 
-               // This goes fine so let's resolv the command
+               // This goes fine so let's resolve the command
                $commandName = $requestInstance->getRequestElement('page');
 
                // Is the command empty? Then fall back to default command
                $commandName = $requestInstance->getRequestElement('page');
 
                // Is the command empty? Then fall back to default command