← Back to team overview

launchpad-reviewers team mailing list archive

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

 

Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-typo-in-corresponding 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/418172
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-typo-in-corresponding into launchpad:master.
diff --git a/lib/lp/code/doc/codeimport-event.txt b/lib/lp/code/doc/codeimport-event.txt
index d15e6f5..573cf9c 100644
--- a/lib/lp/code/doc/codeimport-event.txt
+++ b/lib/lp/code/doc/codeimport-event.txt
@@ -215,7 +215,7 @@ details the changes that have been applied.
 The event records all the current values, and the old value of
 attributes that have changed. This produces redundant data that makes it
 possible to validate the historical trail for integrity and to detect
-when changes were made without creating a correponding event.
+when changes were made without creating a corresponding event.
 
     >>> print_items(modify_event)
     CODE_IMPORT <muted>
diff --git a/lib/lp/soyuz/adapters/archivedependencies.py b/lib/lp/soyuz/adapters/archivedependencies.py
index 20643b6..64049fb 100644
--- a/lib/lp/soyuz/adapters/archivedependencies.py
+++ b/lib/lp/soyuz/adapters/archivedependencies.py
@@ -345,7 +345,7 @@ def _has_published_binaries(archive, distroarchseries, pocket):
 @defer.inlineCallbacks
 def _get_binary_sources_list_line(behaviour, archive, distroarchseries, pocket,
                                   components):
-    """Return the correponding binary sources_list line."""
+    """Return the corresponding binary sources_list line."""
     # Encode the private PPA repository password in the
     # sources_list line. Note that the buildlog will be
     # sanitized to not expose it.