# HG changeset patch # User Patrick Mezard # Date 2011-04-01 18:40:27 # Node ID 5ed036e42fd9d2890d1312636eeb68e78b2ff759 # Parent 3cbf5c6dcdb8bca829e51b1624dfbcb5823b8ac1 bugzilla: fix documentation typo diff --git a/hgext/bugzilla.py b/hgext/bugzilla.py --- a/hgext/bugzilla.py +++ b/hgext/bugzilla.py @@ -192,7 +192,7 @@ XMLRPC+email example configuration. This ``bugmail@my-project.org`` wityh password ``plugh``. It is used with a collection of Mercurial repositories in ``/var/local/hg/repos/``. Bug comments are sent to the Bugzilla email address -``buzilla@my-project.org``. :: +``bugzilla@my-project.org``. :: [bugzilla] user=bugmail@my-project.org