From 8521ba64cf9ecb8bbef202a3c5378799089eca69 Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Fri, 23 Apr 2010 15:17:30 +0000 Subject: [PATCH] Fixing some spelling errors. --- application/modules/default/views/scripts/error/error.phtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/modules/default/views/scripts/error/error.phtml b/application/modules/default/views/scripts/error/error.phtml index 928c154a..76d75973 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> -- GitLab