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

Proposed by Jürgen Gmach
Status: Merged
Approved by: Jürgen Gmach
Approved revision: 288692849e5b611c1044f2db1e76e2c723b0443d
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~jugmac00/launchpad:fix-another-typo
Merge into: launchpad:master
Diff against target: 13 lines (+1/-1)
1 file modified
lib/lp/registry/model/codeofconduct.py (+1/-1)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+410313@code.launchpad.net

Commit message

fix typo

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
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:
406 # entries. If it is it should be part of FTI queries,406 # entries. If it is it should be part of FTI queries,
407 # isn't it ?407 # isn't it ?
408408
409 # the name shoudl work like a filter, if you don't enter anything409 # the name should work like a filter, if you don't enter anything
410 # you get everything.410 # you get everything.
411 if displayname:411 if displayname:
412 clauses.append(fti_search(Person, displayname))412 clauses.append(fti_search(Person, displayname))

Subscribers

People subscribed via source and target branches

to status/vote changes: