diff -r aa26759c6fb3 -r f4a1eac52d43 mercurial/templater.py --- a/mercurial/templater.py Sat Apr 07 04:45:27 2007 -0300 +++ b/mercurial/templater.py Tue Apr 10 14:05:15 2007 -0500 @@ -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.