X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fstacker%2Fclass_NoStackerException.php;h=a8639bc4c0282513621fd001827919a440d5f878;hp=f610d27140717ffff5b3ebe444b046f31952c4aa;hb=d2d62b98ebbdb8fa02376c08cec3badb9e48d459;hpb=14493565c7048e60faf8dde0943aeb8ec898e03d diff --git a/inc/classes/exceptions/stacker/class_NoStackerException.php b/inc/classes/exceptions/stacker/class_NoStackerException.php index f610d271..a8639bc4 100644 --- a/inc/classes/exceptions/stacker/class_NoStackerException.php +++ b/inc/classes/exceptions/stacker/class_NoStackerException.php @@ -31,7 +31,7 @@ class NoStackerException extends FrameworkException { */ public function __construct(array $messageArray, $code) { // Construct message - $message = sprintf("[%s:%d] Stacker %s is not intialized.", + $message = sprintf("[%s:%d] Stacker %s is not initialized.", $messageArray[0]->__toString(), $this->getLine(), $messageArray[1]