diff --git a/application/modules/default/views/scripts/error/error.phtml b/application/modules/default/views/scripts/error/error.phtml index 928c154a188ed223f52941e4a4e2db20e6d76b86..76d75973fcc434637c17d5be9e2718e486844814 100644 --- a/application/modules/default/views/scripts/error/error.phtml +++ b/application/modules/default/views/scripts/error/error.phtml @@ -1,9 +1,9 @@ -<h1>Unfortunately an unexpected error has occured.</h1> +<h1>Unfortunately an unexpected error has occurred.</h1> <h2>Details have been mailed to the administrator for analysis.</h2> <p> The error message was: "<?php echo $this->exceptions[0]->getMessage(); ?>" </p> <p> - We appologize for the inconvience. + We apologize for the inconvenience. Please use the back button to return to your previous location -</p> \ No newline at end of file +</p>