← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/launchpad:fix-typo into launchpad:master

 

jugmac00 has proposed merging ~jugmac00/launchpad:fix-typo into launchpad:master.

Commit message:
fix typo

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/410311
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-typo into launchpad:master.
diff --git a/database/schema/security.py b/database/schema/security.py
index d1b9753..573486a 100755
--- a/database/schema/security.py
+++ b/database/schema/security.py
@@ -24,7 +24,7 @@ from lp.services.scripts import (
 
 
 # The 'read' group does not get given select permission on the following
-# tables. This is to stop the ro user being given access to secrurity
+# tables. This is to stop the ro user being given access to security
 # sensitive information that interactive sessions don't need.
 SECURE_TABLES = set((
     'public.oauthnonce',