~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/webapp/vhosts.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:
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,