Mercurial > public > mercurial-scm > hg-stable
diff hgext/bugzilla.py @ 17424:e7cfe3587ea4
fix trivial spelling errors
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 15 Aug 2012 22:38:42 +0200 |
parents | 2255950e1f76 |
children | 31f32a96e1e3 |
line wrap: on
line diff
--- a/hgext/bugzilla.py Tue Aug 28 17:59:08 2012 -0500 +++ b/hgext/bugzilla.py Wed Aug 15 22:38:42 2012 +0200 @@ -516,7 +516,7 @@ raise util.Abort(_('unknown database schema')) return ids[0][0] -# Buzgilla via XMLRPC interface. +# Bugzilla via XMLRPC interface. class cookietransportrequest(object): """A Transport request method that retains cookies over its lifetime.