diff mercurial/util.py @ 23543:4dd8a6a1240d

spelling: fixes from proofreading of spell checker issues
author Mads Kiilerich <madski@unity3d.com>
date Thu, 17 Apr 2014 22:47:38 +0200
parents b25f07cb5399
children 94951db84fc0
line wrap: on
line diff
--- 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.