spelling: relies
authortimeless@mozdev.org
Fri, 17 Aug 2012 13:58:18 -0700
changeset 17511 afb4e220f1a8
parent 17510 7c44b703657b
child 17512 39e7e74b3cd3
spelling: relies
mercurial/py3kcompat.py
--- a/mercurial/py3kcompat.py	Fri Aug 17 13:58:18 2012 -0700
+++ b/mercurial/py3kcompat.py	Fri Aug 17 13:58:18 2012 -0700
@@ -12,7 +12,7 @@
 def bytesformatter(format, args):
     '''Custom implementation of a formatter for bytestrings.
 
-    This function currently relias on the string formatter to do the
+    This function currently relies on the string formatter to do the
     formatting and always returns bytes objects.
 
     >>> bytesformatter(20, 10)