diff mercurial/help.py @ 8668:aea3a23151bd

fixed typos found in translatable strings This is from a spell-check of hg.pot.
author Martin Geisler <mg@lazybytes.net>
date Sun, 31 May 2009 14:55:51 +0200
parents 08c93b07f5ad
children 7b19c3c0172b
line wrap: on
line diff
--- a/mercurial/help.py	Sun May 31 14:53:46 2009 +0200
+++ b/mercurial/help.py	Sun May 31 14:55:51 2009 +0200
@@ -320,7 +320,7 @@
           the given date/time and the current date/time.
     - basename: Any text. Treats the text as a path, and returns the
           last component of the path after splitting by the path
-          separator (ignoring trailing seprators). For example,
+          separator (ignoring trailing separators). For example,
           "foo/bar/baz" becomes "baz" and "foo/bar//" becomes "bar".
     - stripdir: Treat the text as path and strip a directory level, if
           possible. For example, "foo" and "foo/bar" becomes "foo".