[PATCH STABLE] serve: fix doc typo

Adrian Buehlmann adrian at cadifra.com
Fri Nov 26 12:07:09 CST 2010


# HG changeset patch
# User Adrian Buehlmann <adrian at cadifra.com>
# Date 1290793535 -3600
# Branch stable
# Node ID a463200108321f8f2b46f08417adb08248680860
# Parent  dd24f3e7ca9e68a49fd7f38803e4d98469cad6e4
serve: fix doc typo

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -3322,7 +3322,7 @@ def serve(ui, repo, **opts):
     """start stand-alone webserver
 
     Start a local HTTP repository browser and pull server. You can use
-    this for ad-hoc sharing and browing of repositories. It is
+    this for ad-hoc sharing and browsing of repositories. It is
     recommended to use a real web server to serve a repository for
     longer periods of time.
 


More information about the Mercurial-devel mailing list