Merge ~jugmac00/launchpad:fix-typos-in-archive.py into launchpad:master

Proposed by Jürgen Gmach
Status: Merged
Approved by: Jürgen Gmach
Approved revision: 025f10f750c9be52bafac606fbbe1af45a465505
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~jugmac00/launchpad:fix-typos-in-archive.py
Merge into: launchpad:master
Diff against target: 62 lines (+6/-6)
2 files modified
lib/lp/app/javascript/subscribers/tests/test_subscribers_list.js (+1/-1)
lib/lp/soyuz/interfaces/archive.py (+5/-5)
Reviewer Review Type Date Requested Status
Jürgen Gmach Approve
Review via email: mp+437002@code.launchpad.net

Commit message

Fix typos

To post a comment you must log in.
Revision history for this message
Jürgen Gmach (jugmac00) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lib/lp/app/javascript/subscribers/tests/test_subscribers_list.js b/lib/lp/app/javascript/subscribers/tests/test_subscribers_list.js
2index 12b383a..8856f38 100644
3--- a/lib/lp/app/javascript/subscribers/tests/test_subscribers_list.js
4+++ b/lib/lp/app/javascript/subscribers/tests/test_subscribers_list.js
5@@ -971,7 +971,7 @@ YUI.add('lp.app.subscribers.subscribers_list.test', function (Y) {
6 },
7
8 test_addSubscriber_change_level: function() {
9- // addSubscriber also allows changing a subscribtion level
10+ // addSubscriber also allows changing a subscription level
11 // for a subscriber when they are moved to a different section.
12 var subscribers_list = setUpSubscribersList(this.root);
13 var node = subscribers_list.addSubscriber(
14diff --git a/lib/lp/soyuz/interfaces/archive.py b/lib/lp/soyuz/interfaces/archive.py
15index 37b81a7..afbcc3c 100644
16--- a/lib/lp/soyuz/interfaces/archive.py
17+++ b/lib/lp/soyuz/interfaces/archive.py
18@@ -1061,7 +1061,7 @@ class IArchiveView(IHasBuildRecords):
19
20 In spite of getAllPublishedBinaries method, this method only returns
21 distinct binary publications inside this Archive, i.e, it excludes
22- architecture-independent publication for other architetures than the
23+ architecture-independent publication for other architectures than the
24 nominatedarchindep. In few words it represents the binary files
25 published in the archive disk pool.
26
27@@ -1544,7 +1544,7 @@ class IArchiveView(IHasBuildRecords):
28 This is necessary currently because the IArchive.failed_builds etc.
29 counters are not in use.
30
31- The returned dictionary contains the follwoing keys and values:
32+ The returned dictionary contains the following keys and values:
33
34 * 'total': total number of builds (includes SUPERSEDED);
35 * 'pending': number of builds in BUILDING or NEEDSBUILD state;
36@@ -2177,7 +2177,7 @@ class IArchiveAppend(Interface):
37 def newSubscription(
38 subscriber, registrant, date_expires=None, description=None
39 ):
40- """Create a new subscribtion to this archive.
41+ """Create a new subscription to this archive.
42
43 Create an `ArchiveSubscriber` record which allows an `IPerson` to
44 access a private repository.
45@@ -2245,7 +2245,7 @@ class IArchiveEdit(Interface):
46 @export_factory_operation(Interface, [])
47 @operation_for_version("beta")
48 def newPackageUploader(person, source_package_name):
49- """Add permisson for a person to upload a package to this archive.
50+ """Add permission for a person to upload a package to this archive.
51
52 :param person: An `IPerson` whom should be given permission.
53 :param source_package_name: An `ISourcePackageName` or textual package
54@@ -2613,7 +2613,7 @@ class IArchiveEdit(Interface):
55
56 :param names: An optional list of token names.
57 :param as_dict: Optional boolean, controls whether the return value is
58- a list of dictionares or a list of full objects.
59+ a list of dictionaries or a list of full objects.
60
61 :return: A list of `ArchiveAuthToken` objects or a list of dictionaries
62 where `token` is the secret and `archive_url` is the

Subscribers

People subscribed via source and target branches

to status/vote changes: