From 5859d388ee788efd9cf3de38358d9daffc46351b Mon Sep 17 00:00:00 2001
From: Stefan Giehl <stefan@piwik.org>
Date: Mon, 5 Jun 2017 15:12:41 +0200
Subject: [PATCH] Fix wording on Error screen (#11769)

---
 core/ErrorHandler.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/ErrorHandler.php b/core/ErrorHandler.php
index 965257c8db..6694d2cba3 100644
--- a/core/ErrorHandler.php
+++ b/core/ErrorHandler.php
@@ -123,7 +123,7 @@ class ErrorHandler
         $message = ErrorHandler::getErrNoString($errno) . ' - ' . $errstr;
 
         $html = "<p>There is an error. Please report the message (Piwik " . (class_exists('Piwik\Version') ? Version::VERSION : '') . ")
-        and full backtrace in the <a href='?module=Proxy&action=redirect&url=http://forum.piwik.org' target='_blank'>Piwik forums</a> (please do a Search firit might have been reported already!).</p>";
+        and full backtrace in the <a href='?module=Proxy&action=redirect&url=http://forum.piwik.org' target='_blank'>Piwik forums</a> (please do a search first as it might have been reported already!).</p>";
         $html .= "<p><strong>{$message}</strong> in <em>{$errfile}</em>";
         $html .= " on line {$errline}</p>";
         $html .= "Backtrace:<pre>";
-- 
GitLab