Mercurial > hg
changeset 5837:2580d418e3f0
Issue #880: Simple misspelling ('occured') in web error message.
author | Jesse Glick <jesse.glick@sun.com> |
---|---|
date | Sat, 05 Jan 2008 15:35:46 -0500 |
parents | c5c9a022bd9a |
children | 1cf99a3e269e |
files | templates/error.tmpl templates/gitweb/error.tmpl tests/test-hgweb.out |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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>