diff mercurial/util.py @ 23139:e53f6b72a0e4

spelling: fixes from proofreading of spell checker issues
author Mads Kiilerich <madski@unity3d.com>
date Thu, 17 Apr 2014 22:47:38 +0200
parents 30124c40d11f
children 565f97e71ce3
line wrap: on
line diff
--- a/mercurial/util.py	Sun Nov 02 13:08:46 2014 +0900
+++ b/mercurial/util.py	Thu Apr 17 22:47:38 2014 +0200
@@ -1148,7 +1148,7 @@
         """Read L bytes of data from the iterator of chunks of data.
         Returns less than L bytes if the iterator runs dry.
 
-        If size parameter is ommited, read everything"""
+        If size parameter is omitted, read everything"""
         left = l
         buf = []
         queue = self._queue