mercurial/help.py
changeset 8668 aea3a23151bd
parent 8591 08c93b07f5ad
child 8863 7b19c3c0172b
--- 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".