mercurial/localrepo.py
changeset 17479 17c3dbf3026f
parent 17360 935831597e16
child 17488 eabb9a047502
--- 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: