Merge ~jugmac00/launchpad:fix-more-typos into launchpad:master

Proposed by Jürgen Gmach
Status: Merged
Approved by: Jürgen Gmach
Approved revision: 93298085960376a6dfe9fb25da7b8d3b67fc482f
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~jugmac00/launchpad:fix-more-typos
Merge into: launchpad:master
Diff against target: 22 lines (+2/-2)
1 file modified
lib/lp/testing/factory.py (+2/-2)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+410314@code.launchpad.net

Commit message

fix typos

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lib/lp/testing/factory.py b/lib/lp/testing/factory.py
2index 50f2ed4..9b500b4 100644
3--- a/lib/lp/testing/factory.py
4+++ b/lib/lp/testing/factory.py
5@@ -860,7 +860,7 @@ class BareLaunchpadObjectFactory(ObjectFactory):
6 license=True, language=None):
7 """Create a new, arbitrary `Translator`."""
8 assert language_code is None or language is None, (
9- "Please specifiy only one of language_code and language.")
10+ "Please specify only one of language_code and language.")
11 if language_code is None:
12 if language is None:
13 language = self.makeLanguage()
14@@ -3209,7 +3209,7 @@ class BareLaunchpadObjectFactory(ObjectFactory):
15 create_sharing=False, language=None, side=None):
16 """Make a new translation file."""
17 assert language_code is None or language is None, (
18- "Please specifiy only one of language_code and language.")
19+ "Please specify only one of language_code and language.")
20 if language_code is None:
21 if language is None:
22 language = self.makeLanguage()

Subscribers

People subscribed via source and target branches

to status/vote changes: