New method replaceControlCharacters() introduced (very basic implementation), typo...
[core.git] / inc / classes / exceptions / stacker / class_NoStackerException.php
index f610d27140717ffff5b3ebe444b046f31952c4aa..a8639bc4c0282513621fd001827919a440d5f878 100644 (file)
@@ -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]