diff mercurial/commands.py @ 17537:31f32a96e1e3

Merge spelling fixes
author Bryan O'Sullivan <bryano@fb.com>
date Tue, 11 Sep 2012 08:36:09 -0700
parents e95ec38f86b0 593c5ca70a63
children 28c43957f8b4
line wrap: on
line diff
--- a/mercurial/commands.py	Tue Sep 11 00:12:07 2012 +0200
+++ b/mercurial/commands.py	Tue Sep 11 08:36:09 2012 -0700
@@ -1696,7 +1696,7 @@
     """format the changelog or an index DAG as a concise textual description
 
     If you pass a revlog index, the revlog's DAG is emitted. If you list
-    revision numbers, they get labelled in the output as rN.
+    revision numbers, they get labeled in the output as rN.
 
     Otherwise, the changelog DAG of the current repo is emitted.
     """