mercurial/parser.py
changeset 17500 8ac8db8dc346
parent 14701 4b93bd041772
child 20778 7c4778bc29f0
--- a/mercurial/parser.py	Fri Aug 17 13:58:18 2012 -0700
+++ b/mercurial/parser.py	Fri Aug 17 13:58:18 2012 -0700
@@ -13,7 +13,7 @@
 # tokenizer is an iterator that returns type, value pairs
 # elements is a mapping of types to binding strength, prefix and infix actions
 # an action is a tree node name, a tree label, and an optional match
-# __call__(program) parses program into a labelled tree
+# __call__(program) parses program into a labeled tree
 
 import error
 from i18n import _