From 8c1adf218933a6f395a71f6e9eda269ee4d9d2d2 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 7 Feb 2013 12:07:33 +0100 Subject: [PATCH] typo --- include/compat.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/compat.inc.php b/include/compat.inc.php index 80cb50d4..d7519294 100644 --- a/include/compat.inc.php +++ b/include/compat.inc.php @@ -109,7 +109,7 @@ if (!function_exists('errorToExceptionHandler')) { print_r($e); } throw new ErrorException($errStr); // tracepath = all, if not ini_set('display_errors', 0); - echo ''; // if ising throw new ... this ending tag will not be send and displayed, but it still looks better and browsers don't really care + echo ''; // if using throw new ... this ending tag will not be send and displayed, but it still looks better and browsers don't really care } if ($serendipity['production'] === false) { echo '

== TESTING ERROR MODE ==

';