~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/stories/initial-bug-contacts/xx-initial-bug-contacts.txt

  • 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:
11
11
  ...
12
12
  LinkNotFoundError
13
13
 
14
 
Collin is an an Ubuntu owner and can set the bug supervisor role.
 
14
Colin is an Ubuntu owner and can set the bug supervisor role.
15
15
 
16
16
  >>> colin_browser = setupBrowser(
17
17
  ...     auth='Basic colin.watson@ubuntulinux.com:test')
40
40
  ...     ' colin.watson@ubuntulinux.com ')
41
41
  >>> colin_browser.getControl("Change").click()
42
42
 
43
 
And then collin is redirected to the distribution bugs page.
 
43
And then Colin is redirected to the distribution bugs page.
44
44
 
45
45
    >>> print extract_text(find_tag_by_id(
46
46
    ...     colin_browser.contents, 'bug-supervisor'))