mercurial/util.py
changeset 23543 4dd8a6a1240d
parent 23495 b25f07cb5399
child 23789 94951db84fc0
--- a/mercurial/util.py	Sat Dec 13 09:45:00 2014 +0100
+++ b/mercurial/util.py	Thu Apr 17 22:47:38 2014 +0200
@@ -552,7 +552,7 @@
     container objects (the number being defined by gc.get_threshold()) are
     allocated even when marked not to be tracked by the collector. Tracking has
     no effect on when GCs are triggered, only on what objects the GC looks
-    into. As a workaround, disable GC while building complexe (huge)
+    into. As a workaround, disable GC while building complex (huge)
     containers.
 
     This garbage collector issue have been fixed in 2.7.