# HG changeset patch # User Adrian Buehlmann # Date 2010-11-26 17:45:35 # Node ID de4a18cbfc986c2986ebecc4cf488138656e6fbb # Parent 487b5787fe01b6bcdef748c23c6213cca24f2e9c 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.