mercurial/hgweb/server.py
changeset 17424 e7cfe3587ea4
parent 15223 fc035e5370ca
child 17427 57c6c24b9bc4
--- 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.