Issue #880: Simple misspelling ('occured') in web error message.
--- a/templates/error.tmpl Fri Jan 11 01:36:20 2008 +0000
+++ b/templates/error.tmpl Sat Jan 05 15:35:46 2008 -0500
@@ -6,7 +6,7 @@
<h2>Mercurial Error</h2>
<p>
-An error occured while processing your request:
+An error occurred while processing your request:
</p>
<p>
#error|escape#
--- a/templates/gitweb/error.tmpl Fri Jan 11 01:36:20 2008 +0000
+++ b/templates/gitweb/error.tmpl Sat Jan 05 15:35:46 2008 -0500
@@ -17,7 +17,7 @@
<div class="page_body">
<br/>
-<i>An error occured while processing your request</i><br/>
+<i>An error occurred while processing your request</i><br/>
<br/>
{error|escape}
</div>
--- a/tests/test-hgweb.out Fri Jan 11 01:36:20 2008 +0000
+++ b/tests/test-hgweb.out Sat Jan 05 15:35:46 2008 -0500
@@ -35,7 +35,7 @@
<h2>Mercurial Error</h2>
<p>
-An error occured while processing your request:
+An error occurred while processing your request:
</p>
<p>
Not Found