changeset 6220:1939e29151ca

Fixed typo in tag help, found by John Coomes
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 08 Mar 2008 12:40:33 +0100
parents d43c94414ba1
children 2eb18c780287
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Fri Mar 07 08:38:07 2008 +0100
+++ b/mercurial/commands.py	Sat Mar 08 12:40:33 2008 +0100
@@ -2568,7 +2568,7 @@
     Name a particular revision using <name>.
 
     Tags are used to name particular revisions of the repository and are
-    very useful to compare different revision, to go back to significant
+    very useful to compare different revisions, to go back to significant
     earlier versions or to mark branch points as releases, etc.
 
     If no revision is given, the parent of the working directory is used,