~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/webapp/vhosts.py

  • 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:
59
59
    the current Launchpad instance.
60
60
 
61
61
    self.use_https : do we use http or https
62
 
                    (unless overriden for a particular virutal host)
 
62
                    (unless overridden for a particular virtual host)
63
63
    self.configs : dict of 'config item name from conf file':VirtualHostConfig.
64
64
                   so, like this:
65
65
                   {'mainsite': config_for_mainsite,