diff mercurial/py3kcompat.py @ 17424:e7cfe3587ea4

fix trivial spelling errors
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 15 Aug 2012 22:38:42 +0200
parents 8bb1481cf08f
children 007d276f8c94
line wrap: on
line diff
--- a/mercurial/py3kcompat.py	Tue Aug 28 17:59:08 2012 -0500
+++ b/mercurial/py3kcompat.py	Wed Aug 15 22:38:42 2012 +0200
@@ -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)