Mercurial > hg
diff mercurial/hgweb/server.py @ 17424:e7cfe3587ea4
fix trivial spelling errors
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 15 Aug 2012 22:38:42 +0200 |
parents | fc035e5370ca |
children | 57c6c24b9bc4 |
line wrap: on
line diff
--- a/mercurial/hgweb/server.py Tue Aug 28 17:59:08 2012 -0500 +++ b/mercurial/hgweb/server.py Wed Aug 15 22:38:42 2012 +0200 @@ -12,7 +12,7 @@ from mercurial.i18n import _ def _splitURI(uri): - """ Return path and query splited from uri + """ Return path and query split from uri Just like CGI environment, the path is unquoted, the query is not.