~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/jabber.py

  • Committer: Colin Watson
  • Date: 2012-01-06 11:08:30 UTC
  • mto: This revision was merged to the branch mainline in revision 14650.
  • Revision ID: cjwatson@canonical.com-20120106110830-l6lj4zfbixcubel2
Fix a slew of typos that have been annoying me.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    """Jabber specific user ID """
32
32
    export_as_webservice_entry('jabber_id')
33
33
    id = Int(title=_("Database ID"), required=True, readonly=True)
34
 
    # schema=Interface will be overriden in person.py because of circular
 
34
    # schema=Interface will be overridden in person.py because of circular
35
35
    # dependencies.
36
36
    person = exported(
37
37
        Reference(