← Back to team overview

launchpad-reviewers team mailing list archive

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

 

Jürgen Gmach 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/411855
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-typo into launchpad:master.
diff --git a/lib/lp/registry/interfaces/distroseries.py b/lib/lp/registry/interfaces/distroseries.py
index 8d43db5..848cf6d 100644
--- a/lib/lp/registry/interfaces/distroseries.py
+++ b/lib/lp/registry/interfaces/distroseries.py
@@ -741,7 +741,7 @@ class IDistroSeriesPublic(
         """
 
     def searchPackages(text):
-        """Search through the packge cache for this distroseries and return
+        """Search through the package cache for this distroseries and return
         DistroSeriesBinaryPackage objects that match the given text.
         """