~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: Launchpad Patch Queue Manager
  • Date: 2012-01-06 18:59:36 UTC
  • mfrom: (14645.1.1 typos)
  • Revision ID: launchpad@pqm.canonical.com-20120106185936-c36ko9sfri1s2lkd
[r=bac][no-qa] Fix a slew of typos.

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'))