From: Roland Häder Date: Sat, 18 Jul 2009 05:21:22 +0000 (+0000) Subject: Grammar fixed X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=c3c6b01a2a1185c9a047fd7726f5657638b8191c;hp=bd41407a04990cd8220fafd17e52404c0677fe0b Grammar fixed --- diff --git a/inc/classes/exceptions/controller/class_DefaultControllerException.php b/inc/classes/exceptions/controller/class_DefaultControllerException.php index a4a817cc..228d20be 100644 --- a/inc/classes/exceptions/controller/class_DefaultControllerException.php +++ b/inc/classes/exceptions/controller/class_DefaultControllerException.php @@ -31,7 +31,7 @@ class DefaultControllerException extends FrameworkException { */ 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() ); diff --git a/inc/classes/main/resolver/action/web/class_WebActionResolver.php b/inc/classes/main/resolver/action/web/class_WebActionResolver.php index 55779b27..4f963db0 100644 --- a/inc/classes/main/resolver/action/web/class_WebActionResolver.php +++ b/inc/classes/main/resolver/action/web/class_WebActionResolver.php @@ -85,7 +85,7 @@ class WebActionResolver extends BaseActionResolver implements ActionResolver { $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 diff --git a/inc/classes/main/resolver/command/image/class_ImageCommandResolver.php b/inc/classes/main/resolver/command/image/class_ImageCommandResolver.php index 92218ff7..633a6233 100644 --- a/inc/classes/main/resolver/command/image/class_ImageCommandResolver.php +++ b/inc/classes/main/resolver/command/image/class_ImageCommandResolver.php @@ -85,7 +85,7 @@ class ImageCommandResolver extends BaseCommandResolver implements CommandResolve $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 diff --git a/inc/classes/main/resolver/command/web/class_WebCommandResolver.php b/inc/classes/main/resolver/command/web/class_WebCommandResolver.php index 0ebd4e8a..f4eba121 100644 --- a/inc/classes/main/resolver/command/web/class_WebCommandResolver.php +++ b/inc/classes/main/resolver/command/web/class_WebCommandResolver.php @@ -85,7 +85,7 @@ class WebCommandResolver extends BaseCommandResolver implements CommandResolver $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