← Back to team overview

launchpad-reviewers team mailing list archive

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

 

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

Commit message:
fix typo in `package`

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/438716
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-typo-package into launchpad:master.
diff --git a/lib/lp/code/interfaces/branchlookup.py b/lib/lp/code/interfaces/branchlookup.py
index 4466aaa..da34c87 100644
--- a/lib/lp/code/interfaces/branchlookup.py
+++ b/lib/lp/code/interfaces/branchlookup.py
@@ -44,7 +44,7 @@ class ILinkedBranchTraverser(Interface):
             product component of the path.
         :raises NoSuchProductSeries: If the series component doesn't match an
             existing series.
-        :raises NoSuchSourcePackageName: If the source packagae referred to
+        :raises NoSuchSourcePackageName: If the source package referred to
             does not exist.
 
         :return: One of
@@ -137,7 +137,7 @@ class IBranchLookup(Interface):
             product component of the path.
         :raises NoSuchDistroSeries: If the distro series component doesn't
             match an existing series.
-        :raises NoSuchSourcePackageName: If the source packagae referred to
+        :raises NoSuchSourcePackageName: If the source package referred to
             does not exist.
 
         :raises NoLinkedBranch: If the path refers to an existing thing that's

References