← Back to team overview

launchpad-reviewers team mailing list archive

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

 

Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-typo-calculate 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/418014
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-typo-calculate into launchpad:master.
diff --git a/lib/lp/archivepublisher/diskpool.py b/lib/lp/archivepublisher/diskpool.py
index 528da2a..aa0b678 100644
--- a/lib/lp/archivepublisher/diskpool.py
+++ b/lib/lp/archivepublisher/diskpool.py
@@ -159,7 +159,7 @@ class DiskPoolEntry:
 
         If add is passed, add it to the list before calculating.
         If remove is passed, remove it before calculating.
-        Thus, we can calcuate which component should contain the main file
+        Thus, we can calculate which component should contain the main file
         after the addition or removal we are working on.
         """
         components = set()