~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/memcache/tales.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:
73
73
 
74
74
            authenticated: Authenticated user share a copy of the cached
75
75
                           information, and unauthenticated users share
76
 
                           a seperate copy. Use this when information is
 
76
                           a separate copy. Use this when information is
77
77
                           being hidden from unauthenticated users, eg.
78
78
                           for bug comments where email addresses are
79
79
                           obfuscated for unauthenticated users.