##// END OF EJS Templates
Issue #880: Simple misspelling ('occured') in web error message.
Jesse Glick -
r5837:2580d418 default
parent child Browse files
Show More
@@ -6,7 +6,7
6 <h2>Mercurial Error</h2>
6 <h2>Mercurial Error</h2>
7
7
8 <p>
8 <p>
9 An error occured while processing your request:
9 An error occurred while processing your request:
10 </p>
10 </p>
11 <p>
11 <p>
12 #error|escape#
12 #error|escape#
@@ -17,7 +17,7
17
17
18 <div class="page_body">
18 <div class="page_body">
19 <br/>
19 <br/>
20 <i>An error occured while processing your request</i><br/>
20 <i>An error occurred while processing your request</i><br/>
21 <br/>
21 <br/>
22 {error|escape}
22 {error|escape}
23 </div>
23 </div>
@@ -35,7 +35,7 404 Not Found
35 <h2>Mercurial Error</h2>
35 <h2>Mercurial Error</h2>
36
36
37 <p>
37 <p>
38 An error occured while processing your request:
38 An error occurred while processing your request:
39 </p>
39 </p>
40 <p>
40 <p>
41 Not Found
41 Not Found
General Comments 0
You need to be logged in to leave comments. Login now