← Back to team overview

launchpad-reviewers team mailing list archive

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

 

jugmac00 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/410740
-- 
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/services/database/bulk.py b/lib/lp/services/database/bulk.py
index 8fdf3a2..c6bd72f 100644
--- a/lib/lp/services/database/bulk.py
+++ b/lib/lp/services/database/bulk.py
@@ -161,7 +161,7 @@ def load_referencing(object_type, owning_objects, reference_keys,
         object_type keys. e.g. ['branch_id']
     :param extra_conditions: A list of Storm clauses that will be used in the
         final query.
-    :return: A list of object_type where any of reference_keys refered to the
+    :return: A list of object_type where any of reference_keys referred to the
         primary key of any of owning_objects.
     """
     store = IStore(object_type)