changeset 17511:afb4e220f1a8

spelling: relies
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents 7c44b703657b
children 39e7e74b3cd3
files mercurial/py3kcompat.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)