← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/launchpad:fix-typos-for-retrieve into launchpad:master

 

Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-typos-for-retrieve into launchpad:master.

Commit message:
Fix typos

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/414004
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-typos-for-retrieve into launchpad:master.
diff --git a/lib/lp/archiveuploader/tests/nascentupload.txt b/lib/lp/archiveuploader/tests/nascentupload.txt
index e2d1ad7..056d36d 100644
--- a/lib/lp/archiveuploader/tests/nascentupload.txt
+++ b/lib/lp/archiveuploader/tests/nascentupload.txt
@@ -325,7 +325,7 @@ First up, construct an upload of just the ed source...
 SourcePackageRelease Details
 ............................
 
-Retrive the just-inserted SourcePackageRelease correspondent to 'ed'
+Retrieve the just-inserted SourcePackageRelease correspondent to 'ed'
 
     >>> ed_spr = ed_src.queue_root.sources[0].sourcepackagerelease
 
diff --git a/lib/lp/bugs/doc/externalbugtracker-bugzilla-lp-plugin.txt b/lib/lp/bugs/doc/externalbugtracker-bugzilla-lp-plugin.txt
index 579ba33..fdf9f29 100644
--- a/lib/lp/bugs/doc/externalbugtracker-bugzilla-lp-plugin.txt
+++ b/lib/lp/bugs/doc/externalbugtracker-bugzilla-lp-plugin.txt
@@ -496,7 +496,7 @@ given remote bug from the remote server.
     >>> verifyObject(ISupportsBackLinking, bugzilla)
     True
 
-The getLaunchpadBugId() method is used to retrive the current Launchpad
+The getLaunchpadBugId() method is used to retrieve the current Launchpad
 bug ID for a given remote bug.
 
     >>> launchpad_bug_id = bugzilla.getLaunchpadBugId(1)
diff --git a/lib/lp/buildmaster/doc/buildqueue.txt b/lib/lp/buildmaster/doc/buildqueue.txt
index 92a0650..256e2c6 100644
--- a/lib/lp/buildmaster/doc/buildqueue.txt
+++ b/lib/lp/buildmaster/doc/buildqueue.txt
@@ -20,7 +20,7 @@ collected) the BuildQueue record representing it is removed.
 
 Get an instance of Builder from the current sampledata using the
 IBuildQueueSet zope utility. The zope utility itself will be
-documented later on this document, we are only using it to retrive an
+documented later on this document, we are only using it to retrieve an
 IBuildQueue record with the security proxies in place:
 
     >>> bq = getUtility(IBuildQueueSet).get(1)
diff --git a/lib/lp/code/doc/codeimport.txt b/lib/lp/code/doc/codeimport.txt
index d5da426..840388a 100644
--- a/lib/lp/code/doc/codeimport.txt
+++ b/lib/lp/code/doc/codeimport.txt
@@ -380,7 +380,7 @@ direct attribute modification. So we use removeSecurityProxy in this example.
 Retrieving CodeImports
 ----------------------
 
-You can retrive subsets of code imports with the `search` method of
+You can retrieve subsets of code imports with the `search` method of
 ICodeImportSet.  Passing no arguments returns all code imports.
 
     >>> svn_import in code_import_set.search()
@@ -418,7 +418,7 @@ Passing both paramters is combined as "and".
     >>> reviewed_git_imports[0].review_status.name
     'REVIEWED'
 
-You can also retrive an import by id and by branch, which will be used
+You can also retrieve an import by id and by branch, which will be used
 to present the import's details on the page of the branch.
 
     >>> print(code_import_set.get(svn_import.id).url)
diff --git a/lib/lp/services/gpg/handler.py b/lib/lp/services/gpg/handler.py
index a56cc51..bad85f1 100644
--- a/lib/lp/services/gpg/handler.py
+++ b/lib/lp/services/gpg/handler.py
@@ -612,7 +612,7 @@ class PymeKey:
     def _buildFromFingerprint(self, fingerprint):
         """Build key information from a fingerprint."""
         context = get_gpgme_context()
-        # retrive additional key information
+        # retrieve additional key information
         try:
             with gpgme_timeline("get-key", fingerprint):
                 key = context.get_key(fingerprint, False)
diff --git a/lib/lp/soyuz/doc/packageupload-lookups.txt b/lib/lp/soyuz/doc/packageupload-lookups.txt
index 81c9950..035e7f7 100644
--- a/lib/lp/soyuz/doc/packageupload-lookups.txt
+++ b/lib/lp/soyuz/doc/packageupload-lookups.txt
@@ -1,7 +1,7 @@
 Retrieving upload information
 =============================
 
-We can retrive the original upload information in the form of a
+We can retrieve the original upload information in the form of a
 `PackageUpload` object for all `SourcePackageRelease` or `Build`
 objects uploaded to system.
 
diff --git a/lib/lp/soyuz/scripts/gina/handlers.py b/lib/lp/soyuz/scripts/gina/handlers.py
index 483af39..4a17e60 100644
--- a/lib/lp/soyuz/scripts/gina/handlers.py
+++ b/lib/lp/soyuz/scripts/gina/handlers.py
@@ -200,7 +200,7 @@ class ImporterHandler:
         self.ztm.abort()
 
     def ensure_arch(self, archtag):
-        """Append retrived distroarchseries info to a dict."""
+        """Append retrieved distroarchseries info to a dict."""
         if archtag in self.arch_map:
             return