diff mercurial/parser.py @ 17500:8ac8db8dc346

en-us: labeled
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents 4b93bd041772
children 7c4778bc29f0
line wrap: on
line diff
--- 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 _