diff mercurial/localrepo.py @ 17479:17c3dbf3026f

spelling: Explicitly
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents 935831597e16
children eabb9a047502
line wrap: on
line diff
--- a/mercurial/localrepo.py	Fri Aug 17 13:58:18 2012 -0700
+++ b/mercurial/localrepo.py	Fri Aug 17 13:58:18 2012 -0700
@@ -2538,7 +2538,7 @@
         # uncompressed only if compatible.
 
         if not stream:
-            # if the server explicitely prefer to stream (for fast LANs)
+            # if the server explicitly prefer to stream (for fast LANs)
             stream = remote.capable('stream-preferred')
 
         if stream and not heads: