← Back to team overview

launchpad-reviewers team mailing list archive

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

 

jugmac00 has proposed merging ~jugmac00/launchpad:fix-another-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/410313
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-another-typo into launchpad:master.
diff --git a/lib/lp/registry/model/codeofconduct.py b/lib/lp/registry/model/codeofconduct.py
index 720b373..2c19f99 100644
--- a/lib/lp/registry/model/codeofconduct.py
+++ b/lib/lp/registry/model/codeofconduct.py
@@ -406,7 +406,7 @@ class SignedCodeOfConductSet:
         # entries. If it is it should be part of FTI queries,
         # isn't it ?
 
-        # the name shoudl work like a filter, if you don't enter anything
+        # the name should work like a filter, if you don't enter anything
         # you get everything.
         if displayname:
             clauses.append(fti_search(Person, displayname))