changeset 4337:35ad84669ca5

Merge with crew-stable
author Brendan Cully <brendan@kublai.com>
date Tue, 10 Apr 2007 10:34:43 -0700
parents 1cc5fc1d0994 (current diff) 66a3fe30f9fc (diff)
children 8b4d4f84b739 077aafddd35f
files mercurial/templater.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/templater.py	Mon Apr 09 04:57:25 2007 -0300
+++ b/mercurial/templater.py	Tue Apr 10 10:34:43 2007 -0700
@@ -27,7 +27,7 @@
     is treated as name of template file.
 
     templater is asked to expand a key in map. it looks up key, and
-    looks for atrings like this: {foo}. it expands {foo} by looking up
+    looks for strings like this: {foo}. it expands {foo} by looking up
     foo in map, and substituting it. expansion is recursive: it stops
     when there is no more {foo} to replace.