← Back to team overview

launchpad-reviewers team mailing list archive

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

 

Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-typo-in-restful into launchpad:master.

Commit message:
Fix typo in `lazr.restful`

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/427334
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-typo-in-restful into launchpad:master.
diff --git a/lib/lp/bugs/interfaces/bug.py b/lib/lp/bugs/interfaces/bug.py
index 4ca8e67..8b72fee 100644
--- a/lib/lp/bugs/interfaces/bug.py
+++ b/lib/lp/bugs/interfaces/bug.py
@@ -365,7 +365,7 @@ class IBugView(Interface):
     # See lp.bugs.model.bug.Bug.attachments for why there are two similar
     # properties here.
     # attachments_unpopulated would more naturally be attachments, and
-    # attachments be attachments_prepopulated, but lazr.resful cannot
+    # attachments be attachments_prepopulated, but lazr.restful cannot
     # export over a non-exported attribute in an interface.
     # https://bugs.launchpad.net/lazr.restful/+bug/625102
     attachments_unpopulated = CollectionField(